Skip to main content
A newer version of this page is available. .

DocumentAction Constructors

A push button displayed within a Content Container header and related to a specific Document.
Name Parameters Description
DocumentAction(Action<Document>) execute Initializes a new instance of the DocumentAction class with the specified functionality.
DocumentAction(Predicate<Document>, Action<Document>) canExecute, execute Initializes a new instance of the DocumentAction class with the specified functionality and availability check.
See Also