BASS.NET API for the Un4seen BASS Audio Library

BroadCastEventArgs Constructor

BASS.NET API for the Un4seen BASS Audio Library
Initializes a new instance of the BroadCastEventArgs class by initializing all of its properties.

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

public BroadCastEventArgs(
	BroadCastEventType pEventType,
	Object pData
)

Parameters

pEventType
Type: Un4seen.Bass.MiscBroadCastEventType
The type of event which occurred (see BroadCastEventType).
pData
Type: SystemObject
Some data which should be passed along with the notification event.
See Also

Reference