Click or drag to resize

PropertyGridICallbackOnPropertyValueChanged Method

Raises the PropertyValueChanged event.

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

Parameters

widget
Type: Eto.FormsPropertyGrid

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

e
Type: Eto.FormsPropertyValueChangedEventArgs

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

See Also