Click or drag to resize
LogMessageActivatedEventArgs Class
Provides data for the LogMessageActivated event of the Logger.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudioLogMessageActivatedEventArgs

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class LogMessageActivatedEventArgs : EventArgs

The LogMessageActivatedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLogMessageActivatedEventArgs
Initializes a new LogMessageActivatedEventArgs object.
Top
Properties
  NameDescription
Public propertyHandled
If no event handler sets this to True RobotStudio will handle activation with default implementation.
Public propertyMessage
The message that has been activated.
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
Remarks
If the Handled property is not True when all event handlers have executed and the Message property is a base LogMessage type RobotStudio will handle it with the default implementation.
Version Information

Supported in: 1.0.0.0
See Also