TextAdjustingEventArgs class
Provides data for different “text adjusting” events in XElement descendants.
public class Korzh.EasyQuery.WinForms.TextAdjustingEventArgs : EventArgs
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
TextAdjustingEventArgs(string newValue, string text) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.TextAdjustingEventArgs class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
NewValue | string | Gets or sets the new value. |
Text | string | Gets or sets the text. |