Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorButton Class / Tap Event

In This Topic
    Tap Event
    In This Topic
    Raises the Tap event.
    Syntax
    'Declaration
     
    Public Event Tap As RoutedEventHandler
    public event RoutedEventHandler Tap
    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