Skip to main content

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

NameTypeDescription
TextAdjustingEventArgs(string newValue, string text)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.TextAdjustingEventArgs class.

Properties

NameTypeDescription
NewValuestringGets or sets the new value.
TextstringGets or sets the text.