CommandContextChangedEventArgs Class

Definition

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.

Applies to