Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public RegisteredCommandArgs(
	IWindow window,
	string command
)

Parameters

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