Share via


HelpNeededEventArgs Class

Definition

Arguments for the event triggered when it is necessary to display help for a command

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

Constructors

HelpNeededEventArgs(String)

Initializes a new instance of the HelpNeededEventArgs class.

Properties

CommandName

Gets the name for the command needing help

Applies to