DoCanExecute Method

Summary
Checks whether the command can be executed in classes that are derived classes that implement this abstract method.
Syntax
C#
VB
C++
protected abstract bool DoCanExecute() 
  
Protected MustOverride Function DoCanExecute() As Boolean 
protected: 
abstract bool DoCanExecute();  

Return Value

True if the command can be executed. Otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.