PropertyValueChangedEventArgs
Wisej.Web.PropertyValueChangedEventArgs
Last updated
Wisej.Web.PropertyValueChangedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the PropertyValueChanged event of a PropertyGrid control.
Initializes a new instance of the PropertyValueChangedEventArgs class.
Name | Type | Description |
---|---|---|
changedItem | The item in the grid that changed. | |
oldValue | The old property value. |
GridItem: Returns the GridItem that was changed.
Object: The value of the grid item before it was changed.
Name | Description |
---|---|
The event handler class that is invoked when a property in the grid is modified by the user. |