Documentation for the C# command-line option parsing library

Parser.OptionWarning Event

Event fired when a warning event occurs

public event WarningEventHandler OptionWarning;

Event Data

The event handler receives an argument of type OptionWarningEventArgs containing data related to this event. The following OptionWarningEventArgs property provides information specific to this event.

Property Description
WarningMessage Get the warning message

See Also

Parser Class | CommandLine.OptParse Namespace