Click or drag to resize

IMcNotifySink Methods

The IMcNotifySink type exposes the following members.

Methods
  NameDescription
Public methodAttachToCategory
Sets up to automatically attach this object instance (McNotifySink) as a notification sink to any McObject which is created of a given category.
Public methodAttachToObject
Attach this object instance (McNotifySink) as a sink for notifications sent by pObject.
Public methodAttachToType
Sets up to automatically attach this object instance (McNotifySink) as a notification sink to any McObject which is created of a given type.
Public methodDetachFromCategory
Remove this object instance (McNotifySink) from the Object Manager sink list for a given category.
Public methodDetachFromObject
Remove this object instance (McNotifySink) from the sink list of pObject.
Public methodDetachFromType
Remove this object instance (McNotifySink) from the Object Manager sink list for a given type.
Top
See Also