PopupCheckBoxSelectorMemberValueEventArgs(Int32, Object, Boolean) Constructor
Initializes a new instance of the PopupCheckBoxSelectorMemberValueEventArgs class with specified settings.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public PopupCheckBoxSelectorMemberValueEventArgs(
int recordIndex,
object value,
bool isSelected
)
Parameters
Name | Type | Description |
---|---|---|
recordIndex | Int32 | The item’s index. |
value | Object | The value posted to the data source. |
isSelected | Boolean | The item’s selection state. |
See Also