Click or drag to resize
HelpTextOnFormatOptionHelpText Method
The OnFormatOptionHelpText method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual void OnFormatOptionHelpText(
	FormatOptionHelpTextEventArgs e
)

Parameters

e
Type: X3Platform.CommandLine.TextFormatOptionHelpTextEventArgs
Data for the FormatOptionHelpText event.
See Also