ComponentOne Xamarin Edition
PropertyChanging Event (FlexGrid)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : PropertyChanging Event
Syntax
public event Xamarin.Forms.PropertyChangingEventHandler PropertyChanging
Event Data

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

PropertyDescription
 
See Also