BASS.NET API for the Un4seen BASS Audio Library

BroadCastEventHandler Delegate

BASS.NET API for the Un4seen BASS Audio Library
Definition of the Notification event handler.

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

public delegate void BroadCastEventHandler(
	Object sender,
	BroadCastEventArgs e
)

Parameters

sender
Type: SystemObject
Set to the BroadCast object instance that raised the event.
e
Type: Un4seen.Bass.MiscBroadCastEventArgs
An instance of the BroadCastEventArgs event args containing the event details.
Remarks

This definition complies with the .NET Framework's standard for event handlers.
See Also

Reference