C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowCol Class / PropertyChanging Event


PropertyChanging Event
Occurs before a property value changes.
Syntax
'Declaration
 
Public Event PropertyChanging As PropertyChangingEventHandler
 
'Usage
 
Dim instance As GridRowCol
Dim handler As PropertyChangingEventHandler
 
AddHandler instance.PropertyChanging, handler
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