Nevron .NET Vision
Nevron.Diagram Namespace / NDocumentEventSinkService Class / FireConnecting Method
uid1
uid2


In This Topic
    FireConnecting Method
    In This Topic
    Fires the Connecting event for the elements with the specified unique ids
    Syntax
    'Declaration
     
    
    Public Overridable Function FireConnecting( _
       ByVal uid1 As System.Guid, _
       ByVal uid2 As System.Guid _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDocumentEventSinkService
    Dim uid1 As System.Guid
    Dim uid2 As System.Guid
    Dim value As System.Boolean
     
    value = instance.FireConnecting(uid1, uid2)
    public virtual System.bool FireConnecting( 
       System.Guid uid1,
       System.Guid uid2
    )

    Parameters

    uid1
    uid1
    uid2
    uid2

    Return Value

    true if the connection can be created, otherwise false
    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