ComponentOne Xamarin Edition
ChildAdded Event (C1VectorIcon)
C1.Xamarin.Forms.Core Assembly > C1.Xamarin.Forms.Core Namespace > C1VectorIcon Class : ChildAdded Event
Syntax
public event EventHandler<ElementEventArgs> ChildAdded
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