Main Content

isevent

Determine whether input is COM object event

Description

tf = isevent(c,eventname) returns logical 1 (true) if eventname is an event recognized by the COM object. Otherwise, it returns logical 0 (false).

Input Arguments

collapse all

COM object, specified as a function handle.

Event name, specified as a string or a character vector. The eventname argument is not case-sensitive.

Limitations

  • COM functions are available on Microsoft® Windows® systems only.

Version History

Introduced before R2006a