Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / ChildRemoved Event


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