C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / PropertyChanging Event


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