Occurs when one of the FilteredStatusMessageList watched objects has an attribute changed.
Namespace: ININ.IceLib.PeopleAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public event EventHandler<StatusMessageChangedEventArgs> WatchedStatusMessageObjectsChanged |
Visual Basic |
---|
Public Event WatchedStatusMessageObjectsChanged As EventHandler(Of StatusMessageChangedEventArgs) |
Remarks
Note that changes of objects are monitored for a FilteredStatusMessageList.
Each Changed notification for a given status message is described in the collection of StatusMessageProperty values.
This event will only occur if the status message list is being watched and one of the watched status messages has an attribute that changes. To start watching the status message list call either the StartWatching(array<String>[]()[][]) method or the StartWatchingAsync(array<String>[]()[][], AsyncCompletedEventHandler, Object) method.Note |
---|
All event handlers should be added before calling StartWatching(array<String>[]()[][]) or StartWatchingAsync(array<String>[]()[][], AsyncCompletedEventHandler, Object). |
Note |
---|
For more information on watches see How Watches Work. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.