AudioDeviceModuleNotificationEventArgs.NotificationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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