CommandContextChangedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 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。 |