Share via


AudioDeviceModuleNotificationEventArgs.NotificationData Property

Definition

Gets a buffer containing data that identifies the change that occurred in the module. This data is defined by the module developer.

public:
 property IBuffer ^ NotificationData { IBuffer ^ get(); };
IBuffer NotificationData();
public IBuffer NotificationData { get; }
var iBuffer = audioDeviceModuleNotificationEventArgs.notificationData;
Public ReadOnly Property NotificationData As IBuffer

Property Value

Applies to