CreateAction.OnMouseDown(DiagramMouseEventArgs) Method
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.
Called when a MouseHover event has been dispatched to this MouseAction.
protected:
override void OnMouseDown(Microsoft::VisualStudio::Modeling::Diagrams::DiagramMouseEventArgs ^ e);
protected override void OnMouseDown (Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs e);
override this.OnMouseDown : Microsoft.VisualStudio.Modeling.Diagrams.DiagramMouseEventArgs -> unit
Protected Overrides Sub OnMouseDown (e As DiagramMouseEventArgs)
Parameters
A DiagramPointEventArgs that contains event data.