[This is preliminary documentation and is subject to change.]
Enumerated type for the type of event which can be processed
Namespace:
OfficeClip.DBLayerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum ProcessWhichEvent |
| Visual Basic (Declaration) |
|---|
Public Enumeration ProcessWhichEvent |
| Visual C++ |
|---|
public enum class ProcessWhichEvent |
Members
| Member name | Description | |
|---|---|---|
| ThisEventOnly |
Only the current event can be processed
| |
| AllFutureEvents |
All future events can be processed
| |
| AllEvents |
All events including the current and the future can be processed
| |
| NonRecurring |
A non recurring event and is a special case
|
