DiagramEventArgs 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
DiagramEventArgs() |
Initializes a new instance of the DiagramEventArgs class. |
DiagramEventArgs(DiagramClientView) |
Initializes a new instance of the DiagramEventArgs class. |
DiagramEventArgs()
Initializes a new instance of the DiagramEventArgs class.
protected:
DiagramEventArgs();
protected DiagramEventArgs ();
Protected Sub New ()
Applies to
DiagramEventArgs(DiagramClientView)
Initializes a new instance of the DiagramEventArgs class.
public:
DiagramEventArgs(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public DiagramEventArgs (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
new Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs
Public Sub New (diagramClientView As DiagramClientView)
Parameters
- diagramClientView
- DiagramClientView
The DiagramClientView that the DiagramEventArgs originated from.