MenuCommandsChangedEventArgs 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.
Provides data for the MenuCommandsChanged event.
public ref class MenuCommandsChangedEventArgs : EventArgs
public class MenuCommandsChangedEventArgs : EventArgs
type MenuCommandsChangedEventArgs = class
inherit EventArgs
Public Class MenuCommandsChangedEventArgs
Inherits EventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| MenuCommandsChangedEventArgs(MenuCommandsChangedType, MenuCommand) |
Initializes a new instance of the MenuCommandsChangedEventArgs class. |
Properties
| Name | Description |
|---|---|
| ChangeType |
Gets the type of change that caused MenuCommandsChanged to be raised. |
| Command |
Gets the command that was added, removed, or changed. |