PanZoomAction.OnDragCompleted(MouseActionEventArgs) 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.
Performs the zoom action given the rectangle specified by the starting mouse position and the current mouse position.
protected:
override void OnDragCompleted(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected override void OnDragCompleted (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
override this.OnDragCompleted : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overrides Sub OnDragCompleted (e As MouseActionEventArgs)
Parameters
A MouseActionEventArgs that contains event data.