Click or drag to resize

MediaLogMessageEventArgs Class

Contains the Message Logged Event Arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CSVideoPlayerMediaLogMessageEventArgs

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MediaLogMessageEventArgs : EventArgs

The MediaLogMessageEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAspectName
Gets the aspect or feature that sent the logged message. May or may not be available.
Public propertyMessage
Gets the contents of the message.
Public propertyTimestampUtc
Gets the timestamp.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also

Reference

SystemEventArgs