Wisej.Web.PropertyValueChangedEventHandler
Last updated 2 years ago
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
The event handler class that is invoked when a property in the grid is modified by the user.
public delegate void PropertyValueChangedEventHandler(Object sender, PropertyValueChangedEventArgs e)
Public Delegate Sub PropertyValueChangedEventHandler(ByVal sender As [Object], ByVal e As PropertyValueChangedEventArgs)
sender
The source of the event.
e
A that contains the event data.
Fired when a property value changes.