Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / DescendantAdded Event


In This Topic
    DescendantAdded Event (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event DescendantAdded As EventHandler(Of ElementEventArgs)
    'Usage
     
    
    Dim instance As FlexViewer
    Dim handler As EventHandler(Of ElementEventArgs)
     
    AddHandler instance.DescendantAdded, handler
    public event EventHandler<ElementEventArgs> DescendantAdded
    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