MouseAction.CurrentDiagramArgs Property
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.
Gets the latest DiagramEventArgs. A null value may be returned.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ CurrentDiagramArgs { Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs CurrentDiagramArgs { get; }
member this.CurrentDiagramArgs : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs
Public ReadOnly Property CurrentDiagramArgs As DiagramEventArgs