| 
            
              NotifierBaseNotificationSendStart Event
             | 
          
        
        
            Occurs when a notification is being sent.
            
        
        Namespace: GSF.Historian.NotifiersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.258-beta
Syntaxpublic event EventHandler NotificationSendStart
Public Event NotificationSendStart As EventHandler
public:
virtual  event EventHandler^ NotificationSendStart {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract NotificationSendStart : IEvent<EventHandler,
    EventArgs>
override NotificationSendStart : IEvent<EventHandler,
    EventArgs>function add_NotificationSendStart(value);
function remove_NotificationSendStart(value);
 View SourceValue
EventHandlerImplements
INotifierNotificationSendStart
See Also