RichSuggestTokenPointerOverEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |