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

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.