ControlCommandAdapter.OnCommandChanged(Command) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override void OnCommandChanged(Microsoft::Practices::CompositeUI::Commands::Command ^ command);
protected override void OnCommandChanged (Microsoft.Practices.CompositeUI.Commands.Command command);
override this.OnCommandChanged : Microsoft.Practices.CompositeUI.Commands.Command -> unit
Protected Overrides Sub OnCommandChanged (command As Command)
Parameters
- command
- Command