unregisterevent
Unregister event handler associated with COM object event at run time
Description
unregisterevent(
removes the association of a specific event handler routine from its corresponding
event. Once you unregister an event, the object no longer responds to the event. You
can unregister events at any time after creating a control.c
,eventhandler
)
Examples
Input Arguments
Limitations
COM functions are available on Microsoft Windows® systems only.
Version History
Introduced before R2006a