ArgumentParsedEventArgs Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public ArgumentParsedEventArgs(
	CommandLineArgument argument
)
Public Sub New ( 
	argument As CommandLineArgument
)
Dim argument As CommandLineArgument
Dim instance As New ArgumentParsedEventArgs(argument)
public:
ArgumentParsedEventArgs(
	CommandLineArgument^ argument
)
Parameters
- argument  CommandLineArgument
 - The argument that has been parsed.