FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / DetailProviderRowHeaderCell 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