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