Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumnHeaderCell Class / DescendantRemoved Event


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