Click or drag to resize

PropertyGridCallback Class

Callback implementation for the PropertyGrid.
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsPropertyGridCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	PropertyGridICallback, ControlICallback, WidgetICallback

The PropertyGridCallback type exposes the following members.

Constructors
  NameDescription
Public methodPropertyGridCallback
Initializes a new instance of the PropertyGridCallback class
Top
Methods
  NameDescription
Public methodOnPropertyValueChanged
Raises the PropertyValueChanged event.
Top
See Also