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

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.