Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ActionBase Class / CanExecuteChanged Event


In This Topic
    CanExecuteChanged Event
    In This Topic
    Occurs when changes occur that affect whether the action should execute.
    Syntax
    'Declaration
     
    Public Event CanExecuteChanged As EventHandler
    'Usage
     
    Dim instance As ActionBase
    Dim handler As EventHandler
     
    AddHandler instance.CanExecuteChanged, handler
    public event EventHandler CanExecuteChanged
    See Also