DiagramAssociationEventArgs Constructors

Definition

Overloads

DiagramAssociationEventArgs()

Default constructor for DiagramAssociationEventArgs

DiagramAssociationEventArgs(DiagramView)

Initialize the instance of the DiagramAssociationEventArgs class

DiagramAssociationEventArgs()

Default constructor for DiagramAssociationEventArgs

public:
 DiagramAssociationEventArgs();
public DiagramAssociationEventArgs ();
Public Sub New ()

Applies to

DiagramAssociationEventArgs(DiagramView)

Initialize the instance of the DiagramAssociationEventArgs class

public:
 DiagramAssociationEventArgs(Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ view);
public DiagramAssociationEventArgs (Microsoft.VisualStudio.Modeling.Diagrams.DiagramView view);
new Microsoft.VisualStudio.Modeling.Diagrams.DiagramAssociationEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.DiagramView -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramAssociationEventArgs
Public Sub New (view As DiagramView)

Parameters

Applies to