Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / VerticalSplitBox 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 _
    ) 
    'Usage
     
    Dim instance As VerticalSplitBox
    Dim routedEvent As RoutedEvent
    Dim handler As Delegate
     
    instance.AddHandler(routedEvent, handler)
    public void AddHandler( 
       RoutedEvent routedEvent,
       Delegate handler
    )

    Parameters

    routedEvent
    handler
    See Also