OleMenuCmdEventArgs Class

Definition

This is the set of arguments passed to a OleMenuCommand object when the Invoke function is called

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

Constructors

OleMenuCmdEventArgs(Object, IntPtr)

Builds the OleMenuCmdEventArgs

OleMenuCmdEventArgs(Object, IntPtr, OLECMDEXECOPT)

Builds the OleMenuCmdEventArgs

Properties

InValue

Gets the parameter passed as input to the command function

Options

Gets the execution options for the command.

OutValue

Gets a pointer to the parameter used as output by the command function

Applies to