Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentManager Class / OnDocumentInserted Method
The arguments associated with the event.


In This Topic
    OnDocumentInserted Method
    In This Topic
    Raises the DocumentInserted event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDocumentInserted( _
       ByVal e As DocumentEventArgs, _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDocumentManager
    Dim e As DocumentEventArgs
    Dim index As System.Integer
     
    instance.OnDocumentInserted(e, index)
    protected virtual void OnDocumentInserted( 
       DocumentEventArgs e,
       System.int index
    )

    Parameters

    e
    The arguments associated with the event.
    index
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also