Click or drag to resize

NotificationActivatorBaseRegisterComType Method

[This is preliminary documentation and is subject to change.]

Register COM class type.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public static void RegisterComType(
	Type activatorType,
	Action<string, Dictionary<string, string>> action
)

Parameters

activatorType
Type: SystemType
Notification activator type
action
Type: SystemActionString, DictionaryString, String
Action to be invoked when Activate callback method is called
Remarks
Notification activator must inherit from this class.
See Also