M-Files UI Extensibility Framework
Unregister Method
Collapse All
Expand All
IEvents Interface
: Unregister Method
The handle that specifies the handler to unregister. The handle is returned by
Register
method.
Description
Unregisters the event handler.
Syntax
Visual Basic
Public Sub Unregister( _ ByVal
sinkHandle
As Long _ )
Parameters
sinkHandle
The handle that specifies the handler to unregister. The handle is returned by
Register
method.
See Also
IEvents Interface
|
IEvents Members