ControlCommandAdapter.OnCommandChanged Method
Handles the changes in the Command by refreshing the controls properties.
Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)
Syntax
'Declaration
Protected Overrides Sub OnCommandChanged ( _
command As Command _
)
'Usage
Dim command As Command
Me.OnCommandChanged(command)
protected override void OnCommandChanged (
Command command
)
protected:
virtual void OnCommandChanged (
Command^ command
) override
protected void OnCommandChanged (
Command command
)
protected override function OnCommandChanged (
command : Command
)
Parameters
- command
See Also
Reference
ControlCommandAdapter Class
ControlCommandAdapter Members
Microsoft.Practices.CompositeUI.WinForms Namespace