Click or drag to resize

PropertyGrid.Callback Class

Callback implementation for the PropertyGrid.
Inheritance Hierarchy
System.Object
  Eto.Forms.Control.Callback
    Eto.Forms.PropertyGrid.Callback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : Control.Callback, 
	PropertyGrid.ICallback, Control.ICallback, Widget.ICallback

The PropertyGrid.Callback type exposes the following members.

Constructors
  NameDescription
Public methodPropertyGrid.Callback
Initializes a new instance of the PropertyGrid.Callback class
Top
Methods
  NameDescription
Public methodOnPropertyValueChanged
Raises the PropertyValueChanged event.
Top
See Also