MouseHoverEventArgs Class

Definition

Provides information for a MouseHover event of ITextView.

public ref class MouseHoverEventArgs : EventArgs
public class MouseHoverEventArgs : EventArgs
type MouseHoverEventArgs = class
    inherit EventArgs
Public Class MouseHoverEventArgs
Inherits EventArgs
Inheritance
MouseHoverEventArgs

Constructors

MouseHoverEventArgs(ITextView, Int32, IMappingPoint)

Initializes a new instance of a MouseHoverEventArgs.

Properties

Position

The position in the SnapshotSpan of the character under the mouse at the time of the hover.

TextPosition

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

View

The view for which the hover event is being generated.

Applies to