ClassSuggestedTextChangedEventArgs
Class
An event arguments of SuggestedTextChangedEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SuggestedTextChangedEventArgs : EventArgs
Inheritance: objectEventArgsSuggestedTextChangedEventArgs
Inherited Members
Constructors
SuggestedTextChangedEventArgs(string, string, TextPosition, TextPosition, AutoCompleteAction)
Initializes a new instance of the SuggestedTextChangedEventArgs class.
Declaration
cs-api-definition
public SuggestedTextChangedEventArgs(string text, string suggestedText, TextPosition startPosition, TextPosition endPosition, AutoCompleteAction action)
Parameters
text
The text.
suggestedText
The suggested text.
startPosition
The start position.
endPosition
The end position.
action
The action.
Properties
Action
Gets the auto-complete action.
Declaration
cs-api-definition
public AutoCompleteAction Action { get; }
Property Value
EndPosition
Gets or sets the end position.
Declaration
cs-api-definition
public TextPosition EndPosition { get; set; }
Property Value
The end position.
StartPosition
Gets or sets the start position.
Declaration
cs-api-definition
public TextPosition StartPosition { get; set; }
Property Value
The start position.
SuggestedText
Gets the suggested text.