ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressIndicator Class / RemoveHandler Method

In This Topic
    RemoveHandler Method (C1ProgressIndicator)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveHandler( _
       ByVal routedEvent As Windows.UI.Xaml.RoutedEvent, _
       ByVal handler As System.Object _
    ) 
    public void RemoveHandler( 
       Windows.UI.Xaml.RoutedEvent routedEvent,
       System.object handler
    )

    Parameters

    routedEvent
    handler
    See Also