ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / RemoveHandler Method

In This Topic
    RemoveHandler Method (C1ExpressionRichTextBox)
    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