C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / PropertyChanging Event


PropertyChanging Event (Polygon)
Syntax
'Declaration
 
Public Event PropertyChanging As Xamarin.Forms.PropertyChangingEventHandler
 
'Usage
 
Dim instance As Polygon
Dim handler As Xamarin.Forms.PropertyChangingEventHandler
 
AddHandler instance.PropertyChanging, handler
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