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
)
Public Sub OnPropertyValueChanged (
widget As PropertyGrid,
e As PropertyValueChangedEventArgs
)
abstract OnPropertyValueChanged :
widget : PropertyGrid *
e : PropertyValueChangedEventArgs -> unit
override OnPropertyValueChanged :
widget : PropertyGrid *
e : PropertyValueChangedEventArgs -> unit
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