beforerollupeventargs-class
Provides data for BeforeRollUp event.
public class Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
BeforeRollUpEventArgs(string value, bool accept) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
Accept | bool | Gets or sets a value indicating whether the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs.Value is accepted. |
Value | string | Gets or sets the value. |