ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1Tag Class / RemoveButtonClicked Event

In This Topic
    RemoveButtonClicked Event
    In This Topic
    Occurs when remove button is clicked.
    Syntax
    'Declaration
     
    
    Public Event RemoveButtonClicked As RoutedEventHandler
    public event RoutedEventHandler RemoveButtonClicked
    Event Data

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

    PropertyDescription
    Gets a reference to the object that raised the event.  
    See Also