Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class CustomButtonList |
Visual Basic |
---|
Public Class CustomButtonList |
Remarks
To start a watch, call the StartWatching()()()() or StartWatchingAsync(AsyncCompletedEventHandler, Object) methods. The completedCallback delegate is invoked when the asynchronous start watch operation completes. To stop a watch call the StopWatching()()()() or StopWatchingAsync(AsyncCompletedEventHandler, Object) methods. The StopWatchingCompleted delegate is invoked when the asynchronous stop watch operation completes. An InvalidOperationException is raised if StartWatching()()()() or StartWatchingAsync(AsyncCompletedEventHandler, Object) is called when a watch is already in place. The InvalidOperationException is also raised if StopWatching()()()() or StopWatchingAsync(AsyncCompletedEventHandler, Object) is called when a watch is not in place.
When this list of custom buttons changes, the WatchedObjectsChanged event is triggered.
If a watch is in place you can access the list of custom buttons by calling the GetList()()()() method. An InvalidOperationException is raised if a watch is not in place.
Note: The asynchronous methods are preferred since the start, change, and stop watch can be lengthy operations.
Inheritance Hierarchy
ININ.IceLib.People..::..CustomButtonList
Version Information
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.