Skip to main content

beforerollupeventargs-class

Provides data for BeforeRollUp event.

public class Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

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

Properties

NameTypeDescription
AcceptboolGets or sets a value indicating whether the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs.Value is accepted.
ValuestringGets or sets the value.