validatevalueeventargs-class
Provides data for ValidateElementValue event.
public class Korzh.EasyQuery.WinForms.ValidateValueEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
ValidateValueEventArgs(XElement sourceElement, string value, bool accept) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ValidateValueEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
Accept | bool | Gets or sets a value indicating whether the Korzh.EasyQuery.WinForms.ValidateValueEventArgs.Value is accepted. |
SourceElement | XElement | Gets the source element which initiates the validation. |
Value | string | Gets or sets the value. |