Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NInsertChildEventArgs Class
Members


In This Topic
    NInsertChildEventArgs Class
    In This Topic
    Event arguments, associated with inserting/inserted child events. The TargetNode property represents the parent node in which the InsertedNode is inserted.
    Object Model
    NInsertChildEventArgs Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NInsertChildEventArgs 
       Inherits NEventArgs
    'Usage
     
    
    Dim instance As NInsertChildEventArgs
    public sealed class NInsertChildEventArgs : NEventArgs 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NEventArgs
          Nevron.Nov.Dom.NInsertChildEventArgs

    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