MouseAction::CurrentDiagramArgs Property

 

Gets the event arguments for the current diagram in which the mouse action occurred.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property DiagramEventArgs^ CurrentDiagramArgs {
	DiagramEventArgs^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramEventArgs^

The event arguments for the current diagram in which the mouse action occurred.

Return to top
Show: