MouseHoverEventArgs Class

 

Provides information for the MouseHover event.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.Editor.MouseHoverEventArgs

public class MouseHoverEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodMouseHoverEventArgs(ITextView, Int32, IMappingPoint)

Initializes a new instance of a MouseHoverEventArgs.

NameDescription
System_CAPS_pubpropertyPosition

Gets the position in the snapshot span of the character under the mouse at the time of the hover.

System_CAPS_pubpropertyTextPosition

Gets the position mapped to the buffer graph of the character under the mouse at the time of the hover.

System_CAPS_pubpropertyView

Gets the view for which the hover event is being generated.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: