[]
Provides data for the GrapeCity.Windows.InputMan.Primitives.EditBase.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 indicating whether the changing action is cancelled. |
| Result | Gets the value indicating the result after text is changed. |