MouseAction.OnHoveringBegun(MouseActionEventArgs) Method

Definition

Called when this MouseAction has entered the hovering state.

protected:
 virtual void OnHoveringBegun(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected virtual void OnHoveringBegun (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
abstract member OnHoveringBegun : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
override this.OnHoveringBegun : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overridable Sub OnHoveringBegun (e As MouseActionEventArgs)

Parameters

e
MouseActionEventArgs

A MouseActionEventArgs that contains event data.

Remarks

The hovering state begins when the Activate event is received, or when a drag has been completed or canceled and the MouseAction is directed to continue, or after a click action (i.e., a no-drag MouseDown + MouseUp combination) and the MouseAction is directed to continue.

Applies to