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;
		}