Skip to main content

QueryCheckStateByValueEventArgs(Object) Constructor

Creates an instance of the QueryCheckStateByValueEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public QueryCheckStateByValueEventArgs(
    object fValue
)

Parameters

Name Type Description
fValue Object

A Object expression representing the check editor’s edited value. This value is assigned to the QueryCheckStateByValueEventArgs.Value property.

Remarks

Instances of the QueryCheckStateByValueEventArgs class are automatically created and transmitted to RepositoryItemCheckEdit.QueryCheckStateByValue event handlers when the event is raised.

See Also