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
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