Occurs when a timeout is encountered while sending a notification.
Declaration Syntax
C# | Visual Basic | Visual C++ |
event EventHandler NotificationSendTimeout
Event NotificationSendTimeout As EventHandler
event EventHandler^ NotificationSendTimeout { void add (EventHandler^ value); void remove (EventHandler^ value); }