Click or drag to resize

PropertyGridICallback Interface

Callback interface for the PropertyGrid

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The PropertyGridICallback type exposes the following members.

Methods
  NameDescription
Public methodOnPropertyValueChanged
Raises the PropertyValueChanged event.
Top
See Also