BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerBassAsioHandlerEventHandler Delegate

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

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

public delegate void BassAsioHandlerEventHandler(
	Object sender,
	BassAsioHandlerEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Un4seen.BassAsioBassAsioHandlerEventArgs
Remarks

This definition complies with the .NET Framework's standard for event handlers. The sender is always set to the BassAsioHandler object instance that raised the event.
See Also

Reference