RichSuggestTokenPointerOverEventArgs Class

Definition

Provides data for TokenPointerOver event.

public class RichSuggestTokenPointerOverEventArgs : EventArgs
type RichSuggestTokenPointerOverEventArgs = class
    inherit EventArgs
Public Class RichSuggestTokenPointerOverEventArgs
Inherits EventArgs
Inheritance
RichSuggestTokenPointerOverEventArgs

Constructors

RichSuggestTokenPointerOverEventArgs()

Properties

CurrentPoint

Gets or sets a PointerPoint object relative to the RichSuggestBox control.

Range

Gets or sets the range associated with the token.

Token

Gets or sets the selected token.

Applies to