ImageGear .NET - Updated October 26, 2017
CanExecuteChanged Event




ImageGear23.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
See Also

Reference

ImGearDelegateCommand Class
ImGearDelegateCommand Members