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
| Name | Type | Description |
|---|---|---|
ContentChangedEventArgs(bool valueChanged, bool textChanged) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ContentChangedEventArgs class. |
Properties
| Name | Type | Description |
|---|---|---|
| TextChanged | bool | Gets or sets a value indicating whether element's text was changed. |
| ValueChanged | bool | Gets or sets a value indicating whether element's value was changed. |