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


DescendantAdded Event (C1PolygonIcon)
Syntax
'Declaration
 
Public Event DescendantAdded As EventHandler(Of ElementEventArgs)
 
'Usage
 
Dim instance As C1PolygonIcon
Dim handler As EventHandler(Of ElementEventArgs)
 
AddHandler instance.DescendantAdded, handler
Event Data

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

PropertyDescription
 
See Also