Skip to main content
.NET Framework 4.5.2+

BoolValueChangedEventArgs(Boolean, Boolean) Constructor

Initializes a new instance of the BoolValueChangedEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public BoolValueChangedEventArgs(
    bool oldValue,
    bool newValue
)

Parameters

Name Type Description
oldValue Boolean

A Boolean value representing the old BoolList.ResultValue of a BoolList. This parameter value is assigned to the BoolValueChangedEventArgs.OldValue property.

newValue Boolean

A Boolean value representing the new ResultValue of a BoolList. This parameter value is assigned to the BoolValueChangedEventArgs.NewValue property.

See Also