MenuCommandsChangedEventArgs Class

Definition

Provides data for the MenuCommandsChanged event.

public ref class MenuCommandsChangedEventArgs : EventArgs
[System.Runtime.InteropServices.ComVisible(true)]
public class MenuCommandsChangedEventArgs : EventArgs
public class MenuCommandsChangedEventArgs : EventArgs
[<System.Runtime.InteropServices.ComVisible(true)>]
type MenuCommandsChangedEventArgs = class
    inherit EventArgs
type MenuCommandsChangedEventArgs = class
    inherit EventArgs
Public Class MenuCommandsChangedEventArgs
Inherits EventArgs
Inheritance
MenuCommandsChangedEventArgs
Attributes

Constructors

MenuCommandsChangedEventArgs(MenuCommandsChangedType, MenuCommand)

Initializes a new instance of the MenuCommandsChangedEventArgs class.

Properties

ChangeType

Gets the type of change that caused MenuCommandsChanged to be raised.

Command

Gets the command that was added, removed, or changed.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to