public event EventHandler<ElementEventArgs> ChildAdded
'Declaration Public Event ChildAdded As EventHandler(Of ElementEventArgs)
'Declaration
Public Event ChildAdded As EventHandler(Of ElementEventArgs)
'Usage Dim instance As Polygon Dim handler As EventHandler(Of ElementEventArgs) AddHandler instance.ChildAdded, handler
'Usage
Dim instance As Polygon Dim handler As EventHandler(Of ElementEventArgs) AddHandler instance.ChildAdded, handler
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.
Polygon Class Polygon Members