CommandContextChangedEventArgs 类

定义

重要

此 API 不符合 CLS。

EventArgs catpturing 有关命令上下文更改事件的信息。

public ref class CommandContextChangedEventArgs : EventArgs
[System.CLSCompliant(false)]
public class CommandContextChangedEventArgs : EventArgs
[<System.CLSCompliant(false)>]
type CommandContextChangedEventArgs = class
    inherit EventArgs
Public Class CommandContextChangedEventArgs
Inherits EventArgs
继承
CommandContextChangedEventArgs
属性

构造函数

CommandContextChangedEventArgs(UInt32, Boolean)

构造函数。

属性

Cookie

对应于正在更改的命令上下文的 Cookie。

IsActive

如果正在激活命令上下文,则为 True; 否则为 false。

适用于