Skip to main content

validatevalueeventargs-class

Provides data for ValidateElementValue event.

public class Korzh.EasyQuery.WinForms.ValidateValueEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ValidateValueEventArgs(XElement sourceElement, string value, bool accept)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ValidateValueEventArgs class.

Properties

NameTypeDescription
AcceptboolGets or sets a value indicating whether the Korzh.EasyQuery.WinForms.ValidateValueEventArgs.Value is accepted.
SourceElementXElementGets the source element which initiates the validation.
ValuestringGets or sets the value.