MouseAction.OnHoveringEnded(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.
Called when this MouseAction has exited the hovering state.
protected:
virtual void OnHoveringEnded(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected virtual void OnHoveringEnded (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
abstract member OnHoveringEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
override this.OnHoveringEnded : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overridable Sub OnHoveringEnded (e As MouseActionEventArgs)
Parameters
A MouseActionEventArgs that contains event data.
Remarks
The hovering state ends when the MouseAction receives a MouseDown, Cancel, or Complete event.