Provides notification and is called in response to a CommandChanged event.
[Visual Basic] Overridable Protected Sub OnCommandChanged( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnCommandChanged( EventArgs e ); [C++] protected: virtual void OnCommandChanged( EventArgs* e ); [JScript] protected function OnCommandChanged( e : EventArgs );
MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace