Initializes a new instance of the DocumentCheckAction class with the specified settings.
public DocumentCheckAction( Predicate<Document> canExecute, Func<Boolean> getState, Action<Document> check, Action<Document> uncheck )
Public New( ByVal canExecute As Predicate(of Document), ByVal getState As Func(of Boolean), ByVal check As Action(of Document), ByVal uncheck As Action(of Document) )