FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / CustomFilterEditor Class / AddHandler Method / AddHandler(RoutedEvent,Delegate) Method

In This Topic
    AddHandler(RoutedEvent,Delegate) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AddHandler( _
       ByVal routedEvent As RoutedEvent, _
       ByVal handler As Delegate _
    ) 
    public void AddHandler( 
       RoutedEvent routedEvent,
       Delegate handler
    )

    Parameters

    routedEvent
    handler
    See Also