Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NBorderSplitButtonControl Class / ContainsEventHandler Method


In This Topic
    ContainsEventHandler Method (NBorderSplitButtonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ContainsEventHandler( _
       ByVal domEvent As NEvent, _
       ByVal eventHandler As INEventHandler, _
       ByVal sinking As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBorderSplitButtonControl
    Dim domEvent As NEvent
    Dim eventHandler As INEventHandler
    Dim sinking As System.Boolean
    Dim value As System.Boolean
     
    value = instance.ContainsEventHandler(domEvent, eventHandler, sinking)
    public System.bool ContainsEventHandler( 
       NEvent domEvent,
       INEventHandler eventHandler,
       System.bool sinking
    )

    Parameters

    domEvent
    eventHandler
    sinking
    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