EventCommandEventArgs Class

Definition

Provides the arguments for the OnEventCommand(EventCommandEventArgs) callback.

public ref class EventCommandEventArgs : EventArgs
public class EventCommandEventArgs : EventArgs
type EventCommandEventArgs = class
    inherit EventArgs
Public Class EventCommandEventArgs
Inherits EventArgs
Inheritance
EventCommandEventArgs

Properties

Arguments

Gets the array of arguments for the callback.

Command

Gets the command for the callback.

Methods

DisableEvent(Int32)

Disables the event that have the specified identifier.

EnableEvent(Int32)

Enables the event that has the specified identifier.

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