PropertyValueChangedEventHandler
Wisej.Web.PropertyValueChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
The event handler class that is invoked when a property in the grid is modified by the user.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A PropertyValueChangedEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when a property value changes. |
Last updated