openPDC Historian Help
ProcessAlarmNotification Event
NamespacesTVA.Historian.FilesArchiveFileProcessAlarmNotification
Occurs when IDataPoint triggers an alarm notification.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<StateRecord>> ProcessAlarmNotification
Public Event ProcessAlarmNotification As EventHandler(Of EventArgs(Of StateRecord))
public:
 event EventHandler<EventArgs<StateRecord^>^>^ ProcessAlarmNotification {
	void add (EventHandler<EventArgs<StateRecord^>^>^ value);
	void remove (EventHandler<EventArgs<StateRecord^>^>^ value);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252