Click or drag to resize

PropertyGridCallbackOnPropertyValueChanged Method

Raises the PropertyValueChanged event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnPropertyValueChanged(
	PropertyGrid widget,
	PropertyValueChangedEventArgs e
)

Parameters

widget
Type: Eto.FormsPropertyGrid

[Missing <param name="widget"/> documentation for "M:Eto.Forms.PropertyGrid.Callback.OnPropertyValueChanged(Eto.Forms.PropertyGrid,Eto.Forms.PropertyValueChangedEventArgs)"]

e
Type: Eto.FormsPropertyValueChangedEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.PropertyGrid.Callback.OnPropertyValueChanged(Eto.Forms.PropertyGrid,Eto.Forms.PropertyValueChangedEventArgs)"]

Implements

PropertyGridICallbackOnPropertyValueChanged(PropertyGrid, PropertyValueChangedEventArgs)
See Also