Edit

Share via


NotificationActivator.INotificationActivationCallback Interface

Definition

The COM callback that is triggered when your notification is clicked.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("53E31837-6600-4A81-9395-75CFFE746F94")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface NotificationActivator.INotificationActivationCallback
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("53E31837-6600-4A81-9395-75CFFE746F94")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type NotificationActivator.INotificationActivationCallback = interface
Public Interface NotificationActivator.INotificationActivationCallback
Attributes

Methods

Activate(String, String, NotificationActivator+NOTIFICATION_USER_INPUT_DATA[], UInt32)

The method called when your notification is clicked.

Applies to