ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1KnobPointerCap Class / AddHandler Method

In This Topic
    AddHandler Method (C1KnobPointerCap)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddHandler( _
       ByVal routedEvent As Windows.UI.Xaml.RoutedEvent, _
       ByVal handler As System.Object, _
       ByVal handledEventsToo As System.Boolean _
    ) 
    public void AddHandler( 
       Windows.UI.Xaml.RoutedEvent routedEvent,
       System.object handler,
       System.bool handledEventsToo
    )

    Parameters

    routedEvent
    handler
    handledEventsToo
    See Also