The CogChangedEventImpl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
Implements the ChangedEventSuspended member of the ICogChangedEvent
interface.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
|
See Also