Provides data for for the AlertCatalogChanged event. This contains a list of objects that have been added or removed and a list of all objects and properties that have changed.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class AlertCatalogChangedEventArgs<TWatchedObject, TWatchedObjectPropertiesEnum> : EventArgs
where TWatchedObject : class
where TWatchedObjectPropertiesEnum : struct, new()
Visual Basic
Public Class AlertCatalogChangedEventArgs(Of TWatchedObject As Class, TWatchedObjectPropertiesEnum As {Structure, New}) _
	Inherits EventArgs

Type Parameters

TWatchedObject
The watched object.
TWatchedObjectPropertiesEnum
Enumeration describing the properties of the watched object.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    ININ.IceLib.Statistics.Alerts..::..AlertCatalogChangedEventArgs<(Of <(<'TWatchedObject, TWatchedObjectPropertiesEnum>)>)>

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also