Share via


ImportModuleEventArgs Class

Definition

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

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

Constructors

ImportModuleEventArgs(String, String, String)

Initializes a new instance of the ImportModuleEventArgs class.

Properties

CommandName

Gets the name for the command belonging to the module to be imported

ParentModuleName

Gets the module path or name for the module we want to import

SelectedModuleName

Gets the name of the module that is selected, which can be different from parentModuleName if "All" is selected

Applies to