Skip to content

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

NameTypeDescription
TextAdjustingEventArgs(string newValue, string text)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.TextAdjustingEventArgs class.
NameTypeDescription
NewValuestringGets or sets the new value.
TextstringGets or sets the text.