SelectedGridItemChangedEventHandler
Wisej.Web.SelectedGridItemChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A SelectedGridItemChangedEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when the selected GridItem is changed. |
Last updated