| 
            
              NotifierBaseNotificationSendComplete Event
             | 
          
        
        
            Occurs when a notification has been sent.
            
        
        Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
Syntaxpublic event EventHandler NotificationSendComplete
Public Event NotificationSendComplete As EventHandler
public:
virtual  event EventHandler^ NotificationSendComplete {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract NotificationSendComplete : IEvent<EventHandler,
    EventArgs>
override NotificationSendComplete : IEvent<EventHandler,
    EventArgs>function add_NotificationSendComplete(value);
function remove_NotificationSendComplete(value);
 View SourceValue
EventHandlerImplements
INotifierNotificationSendComplete
See Also