RegisteredCommandArgs Constructor

AdiIRC API v2

RegisteredCommandArgs Constructor

Constructor for the Arguments class passed to the RegisteredCommand event handler

Namespace:  AdiIRCAPIv2.Arguments.Aliasing
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public RegisteredCommandArgs(
	IWindow window,
	string command
)
Public Sub New ( 
	window As IWindow,
	command As String
)
public:
RegisteredCommandArgs(
	IWindow^ window, 
	String^ command
)
new : 
        window : IWindow * 
        command : string -> RegisteredCommandArgs

Parameters

window
Type: AdiIRCAPIv2.InterfacesIWindow
IWindow
command
Type: SystemString
string
See Also