Skip to main content
.NET 6.0+

BoolValueChangedEventArgs(Boolean, Boolean) Constructor

Initializes a new instance of the BoolValueChangedEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.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