Click or drag to resize

IMcNotifySource_SpecialNotifyEventHandler Delegate

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub IMcNotifySource_SpecialNotifyEventHandler ( 
	pmcobjSource As McObject,
	lNotifyCode As Integer,
	ByRef pvarNotifyData As Object,
	<OutAttribute> ByRef pbCancel As Boolean
)

Parameters

pmcobjSource
Type: MediaCy.IQL.ObjectManagerMcObject
lNotifyCode
Type: SystemInt32
pvarNotifyData
Type: SystemObject
pbCancel
Type: SystemBoolean
See Also