MouseAction.OnHoveringEnded(MouseActionEventArgs) Method

Definition

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

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

The hovering state ends when the MouseAction receives a MouseDown, Cancel, or Complete event.

Applies to