QueryValueByCheckStateEventArgs Properties
Provides data for the RepositoryItemCheckEdit.QueryValueByCheckState event.
Name | Description |
---|---|
Check |
Gets the editor’s current check state. |
Handled |
Gets or sets whether the event is handled and no default processing is required.
Inherited from Query |
Value | Use this property to set the edit value that corresponds to the current check state. |
See Also