Click or drag to resize

ConsoleEventArgs Class

The ConsoleEventArgs are arguments for a console event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ConsoleControlConsoleEventArgs

Namespace:  ConsoleControl
Assembly:  ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class ConsoleEventArgs : EventArgs

The ConsoleEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConsoleEventArgs
Initializes a new instance of the ConsoleEventArgs class.
Public methodConsoleEventArgs(String)
Initializes a new instance of the ConsoleEventArgs class.
Top
Properties
  NameDescription
Public propertyContent
Gets the content.
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
See Also