ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearDelegateCommand Class / CanExecuteChanged Event




In This Topic
    CanExecuteChanged Event
    In This Topic
    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