Occurs when a notification has been sent.
Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler NotificationSendComplete
Event NotificationSendComplete As EventHandler
event EventHandler^ NotificationSendComplete { void add (EventHandler^ value); void remove (EventHandler^ value); }