Nevron.Diagram Namespace / NConnectionEventArgs Class / NConnectionEventArgs Constructor


NConnectionEventArgs Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal document As NDocument, _
   ByVal uid1 As System.Guid, _
   ByVal uid2 As System.Guid _
)
 
'Usage
 
Dim document As NDocument
Dim uid1 As System.Guid
Dim uid2 As System.Guid
 
Dim instance As New NConnectionEventArgs(document, uid1, uid2)

Parameters

document
uid1
uid2
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