BASS.NET API for the Un4seen BASS Audio Library

BroadCastEventArgs Class

BASS.NET API for the Un4seen BASS Audio Library
EventArgs class to be passed as the second parameter of a Notification event handler.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Un4seen.Bass.MiscBroadCastEventArgs

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public class BroadCastEventArgs : EventArgs

The BroadCastEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodBroadCastEventArgs
Initializes a new instance of the BroadCastEventArgs class by initializing all of its properties.
Top
Properties

  NameDescription
Public propertyData
Gets the object data which was passed along with the event.
Public propertyDateTime
Gets the date and time when the event occurred.
Public propertyEventType
Gets the type of event which occurred.
Top
Remarks

This class provides all the information relevant to an event which might occur to a BroadCast class.
See Also

Reference