CommandContextChangedEventArgs Class    
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.
Important
This API is not CLS-compliant.
EventArgs catpturing information about a command context change event.
public ref class CommandContextChangedEventArgs : EventArgs
	[System.CLSCompliant(false)]
public class CommandContextChangedEventArgs : EventArgs
	public class CommandContextChangedEventArgs : EventArgs
	[<System.CLSCompliant(false)>]
type CommandContextChangedEventArgs = class
    inherit EventArgs
	type CommandContextChangedEventArgs = class
    inherit EventArgs
	Public Class CommandContextChangedEventArgs
Inherits EventArgs
		- Inheritance
 - 
				CommandContextChangedEventArgs
 
- Attributes
 
Constructors
| CommandContextChangedEventArgs(UInt32, Boolean) | 
		 Constructor.  | 
        	
Properties
| Cookie | 
		 Cookie corresponding to command context that is changing.  | 
        	
| IsActive | 
		 True if the command context if being activated, false if the context is being deactivated.  |