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