Eto.Forms.TextArea.GetCallback C# (CSharp) Метод

GetCallback() защищенный Метод

Gets an instance of an object used to perform callbacks to the widget from handler implementations
protected GetCallback ( ) : object
Результат object
		protected override object GetCallback()
		{
			return callback;
		}