DiagramAssociationEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- view
- DiagramView