ProfileListChanged Event (Alert Control)
Windows - Visual C++
Description
The ProfileListChanged event is
fired when a profile has been added or deleted by the user. This
event is also fired when the user changes the list of profiles that
he or she is receiving profile hit notifications from for a given
alert banner window.
DispID 0x06
Syntax
void OnProfileListChanged(long winID)
The ProfileListChanged syntax has these parts:
Part |
Description |
|
winID |
A long integer signifying the alert banner that has had its profile list modified. |
Back to: Alert Events