Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NEventArgs Class / StopPropagation Method


In This Topic
    StopPropagation Method
    In This Topic
    Prevents the calling of any other event handlers, during this event dispatching. Once it has been called, further calls to that method have no additional effect.
    Syntax
    'Declaration
     
    
    Public Sub StopPropagation() 
    'Usage
     
    
    Dim instance As NEventArgs
     
    instance.StopPropagation()
    public void StopPropagation()
    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