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


In This Topic
    Raise Method
    In This Topic
    Raises the event, causing the arguments to be dispatched to the event listeners attached to the TargetNode. If the event supports sinking or bubbling, the arguments will be dispatched to the sinking and attarget/bubbling event listeners attached along the event route.
    Syntax
    'Declaration
     
    
    Public Sub Raise() 
    'Usage
     
    
    Dim instance As NEventArgs
     
    instance.Raise()
    public void Raise()
    Remarks
    By default the event route is the chain of nodes from the TargetNode to the TargetNode root node. Certain event arguments however may override the CreateRoute() method, to provide custom routing.
    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