HelpTextFormatOptionHelpText Event |
Occurs when an option help text is formatted.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic event EventHandler<FormatOptionHelpTextEventArgs> FormatOptionHelpText
public:
event EventHandler<FormatOptionHelpTextEventArgs^>^ FormatOptionHelpText {
void add (EventHandler<FormatOptionHelpTextEventArgs^>^ value);
void remove (EventHandler<FormatOptionHelpTextEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerFormatOptionHelpTextEventArgs
See Also