textadjustingeventargs-class
Provides data for different "text adjusting" events in XElement descendants.
public class Korzh.EasyQuery.WinForms.TextAdjustingEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
TextAdjustingEventArgs(string newValue, string text) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.TextAdjustingEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
NewValue | string | Gets or sets the new value. |
Text | string | Gets or sets the text. |