Click or drag to resize
FormatOptionHelpTextEventArgs Class
Provides data for the FormatOptionHelpText event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    X3Platform.CommandLine.TextFormatOptionHelpTextEventArgs

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class FormatOptionHelpTextEventArgs : EventArgs

The FormatOptionHelpTextEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFormatOptionHelpTextEventArgs
Initializes a new instance of the FormatOptionHelpTextEventArgs class.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyOption
Gets the option to format.
Top
See Also