Click or drag to resize

ParameterTypeSetValidateFunction Method

Manually assign your own paramter validation event handler. It will automatically be called when users enter this parameter so you can hook into validating what the user enters.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public bool SetValidateFunction(
	NotifyEventDelegate validateEventHandler
)

Parameters

validateEventHandler
Type: us.FreeWillNotifyEventDelegate
Your event handler.

Return Value

Type: Boolean
true if paramter is validated.
See Also