RichSuggestTokenSelectedEventArgs 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 TokenSelected event.
public class RichSuggestTokenSelectedEventArgs : EventArgs
type RichSuggestTokenSelectedEventArgs = class
inherit EventArgs
Public Class RichSuggestTokenSelectedEventArgs
Inherits EventArgs
- Inheritance
-
RichSuggestTokenSelectedEventArgs
Constructors
RichSuggestTokenSelectedEventArgs() |
Properties
Range |
Gets or sets the range associated with the token. |
Token |
Gets or sets the selected token. |