Click or drag to resize

NotificationEventArgs Class

Provides data for the Notification event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Flex.Hal.TermNotificationEventArgs

Namespace:  Flex.Hal.Term
Assembly:  Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax
public class NotificationEventArgs : EventArgs

The NotificationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNotificationEventArgs
Initializes a new instance of the NotificationEventArgs class
Top
Properties
  NameDescription
Public propertyData
Gets or sets an arbitrary object for storing custom data.
Public propertyMessage
Gets or sets the message.
Public propertyText
Gets or sets the text data.
Public propertyType
Gets or sets the type of notification.
Top
See Also