ImageGear .NET v24.12 - Updated
CanExecuteChanged Event




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearDelegateCommand Class : CanExecuteChanged Event
Occurs when changes occur that affect whether the command should execute.
Syntax
'Declaration
 
Public Event CanExecuteChanged As EventHandler
'Usage
 
Dim instance As ImGearDelegateCommand
Dim handler As EventHandler
 
AddHandler instance.CanExecuteChanged, handler
public event EventHandler CanExecuteChanged
public: __event EventHandler* CanExecuteChanged
public:
event EventHandler^ CanExecuteChanged
See Also

Reference

ImGearDelegateCommand Class
ImGearDelegateCommand Members