Description Special notify
Syntax
Private Sub object_SpecialNotify(pmcobjSource, lNotifyCode, pvarNotifyData, pbCancel)
The SpecialNotify Event syntax has these parts:
|
| object | A McNotifySink object. | | pmcobjSource | A McObject object. | | lNotifyCode | A Long value. | | pvarNotifyData | A Variant value. | | pbCancel | A Boolean value. |
|