Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NColorBoxControl 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 System.Windows.RoutedEvent, _
       ByVal handler As System.Delegate _
    ) 
    'Usage
     
    
    Dim instance As NColorBoxControl
    Dim routedEvent As System.Windows.RoutedEvent
    Dim handler As System.Delegate
     
    instance.AddHandler(routedEvent, handler)
    public void AddHandler( 
       System.Windows.RoutedEvent routedEvent,
       System.Delegate handler
    )

    Parameters

    routedEvent
    handler
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also