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