C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRow Class / PropertyChanging Event

PropertyChanging Event (GridGroupRow)
Occurs before a property value changes.
Syntax
'Declaration
 
Public Event PropertyChanging As PropertyChangingEventHandler
 
Event Data

The event handler receives an argument of type PropertyChangingEventArgs containing data related to this event. The following PropertyChangingEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also