Excalibur Software PropertyList 3.0
SetCallbackSink
Sub SetCallbackSink(objSink As IPropEventSink)
Description
Sets the object used to receive direct notification
of events rather than using VB's slow, late-bound event
system.
Parameters:
- objSink - Any object that implements the
IPropEventSink interface.
Remarks
Most regular events in the PropertyList
will not fire when the callback sink is set, because
the IPropEventSink interface replaces most of the
events exposed in the PropertyList control. Following
is a list of events that will continue to fire (and
have no equivalent in the IPropEventSink interface):
Click
DblClick
KeyDown
KeyPress
KeyUp
MouseDown
MouseMove
MouseUp
See Also: IPropEventSink Interface