WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumnHeaderCell Class / OutlineTapped Event
In This Topic
    OutlineTapped Event (GridColumnHeaderCell)
    In This Topic
    Occurs when any of the outlines is tapped.
    Syntax
    public event EventHandler<GridOutlineEventArgs> OutlineTapped
    Event Data

    The event handler receives an argument of type GridOutlineEventArgs containing data related to this event. The following GridOutlineEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the level of the tapped outline.  
    See Also