1.

What Is Icommand?

Answer»

ICommand defines a command The ICommand TYPE exposes the following MEMBERS.

  • CanExecute :Defines the method that determines whether the command can EXECUTE in its current state.
  • Execute :Defines the method to be called when the command is INVOKED.
  • CanExecutehanged :Occurs when CHANGES occur that affect whether or not the command should execute

ICommand defines a command The ICommand type exposes the following members.



Discussion

No Comment Found