ComponentOne Xamarin Edition
PropertyChanging Event (GridRowCol)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridRowCol Class : PropertyChanging Event
Occurs before a property value changes.
Syntax
public event PropertyChangingEventHandler PropertyChanging
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