Click or drag to resize

IMcObjStandardNotify Interface

Interface exposed by notification sinks that wish to receive standard McObject event notifications.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcObjStandardNotify

The IMcObjStandardNotify type exposes the following members.

Methods
Remarks
Notify clients need to expose this interface to receive "standard" McObject event notifications. Use the McObjects.AttachNotifySinkToCategory, McObjects.AttachNotifySinkToType or McObject.AttachNotifySink methods to attach a notify client. Most standard notifications are fired automatically by the object when its data or other critical properties change. A SpecialNotify event may be fired by calling McObject.FireStandardNotifyToAllSinks.
See Also