Spread WPF 18
GrapeCity.Wpf.SpreadSheet.UI.Commands Namespace / SpreadCommand Class / CanExecuteChanged Event


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