Eto.Forms.TextArea.GetCallback C# (CSharp) Method

GetCallback() protected method

Gets an instance of an object used to perform callbacks to the widget from handler implementations
protected GetCallback ( ) : object
return object
		protected override object GetCallback()
		{
			return callback;
		}