InternalNotificationActivator.INotificationActivationCallback Interface
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.
The COM callback that is triggered when your notification is clicked.
C#
[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 InternalNotificationActivator.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 InternalNotificationActivator.INotificationActivationCallback = interface
Public Interface InternalNotificationActivator.INotificationActivationCallback
- Attributes
Activate(String, String, Internal |
The method called when your notification is clicked. |
Product | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |