Skip to main content

contentchangedeventargs-class

Provides data for different content changing events in XElement descendants.

public class Korzh.EasyQuery.WinForms.ContentChangedEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ContentChangedEventArgs(bool valueChanged, bool textChanged)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ContentChangedEventArgs class.

Properties

NameTypeDescription
TextChangedboolGets or sets a value indicating whether element's text was changed.
ValueChangedboolGets or sets a value indicating whether element's value was changed.