Skip to content

BeforeRollUpEventArgs class

Provides data for BeforeRollUp event.

public class Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs
: EventArgs

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
BeforeRollUpEventArgs(string value, bool accept)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs class.
NameTypeDescription
AcceptboolGets or sets a value indicating whether the Korzh.EasyQuery.WinForms.BeforeRollUpEventArgs.Value is accepted.
ValuestringGets or sets the value.