Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / ChildAdded Event


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