|   | DataSubscriberNotificationReceived Event | 
        
        
            Occurs when a notification has been received from the 
DataPublisher.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler<EventArgs<string>> NotificationReceived
Public Event NotificationReceived As EventHandler(Of EventArgs(Of String))
public:
 event EventHandler<EventArgs<String^>^>^ NotificationReceived {
	void add (EventHandler<EventArgs<String^>^>^ value);
	void remove (EventHandler<EventArgs<String^>^>^ value);
}function add_NotificationReceived(value);
function remove_NotificationReceived(value);
Value
EventHandlerEventArgsString See Also
See Also