DocumentCheckAction Constructors
A check button displayed within a Content Container header and related to a specific Document.Name | Parameters | Description |
---|---|---|
DocumentCheckAction(Func<Boolean>, Action<Document>, Action<Document>) | getState, check, uncheck | Initializes a new instance of the DocumentCheckAction class with different actions performed when checking and unchecking the DocumentCheckAction. |
DocumentCheckAction(Func<Boolean>, Action<Document>) | getState, toggle | Initializes a new instance of the DocumentCheckAction class with the specified settings. |
DocumentCheckAction(Predicate<Document>, Func<Boolean>, Action<Document>, Action<Document>) | canExecute, getState, check, uncheck | Initializes a new instance of the DocumentCheckAction class with the specified settings. |
DocumentCheckAction(Predicate<Document>, Func<Boolean>, Action<Document>) | canExecute, getState, toggle | Initializes a new instance of the DocumentCheckAction class with the specified settings. |
See Also