[]
Provides data for the TextChanging event.
public class TextChangingEventArgs : EventArgs
Public Class TextChangingEventArgs
Inherits EventArgs
Name | Description |
---|---|
TextChangingEventArgs(bool, string) | Initializes a new instance of the TextChangingEventArgs class. |
Name | Description |
---|---|
Cancel | Gets or sets the value that indicates whether the changing action is canceled. |
Result | Gets the value that indicates the result after the text is changed. |