Main Content

isevent

Determine whether input is COM object event

Description

tf = isevent(c,eventname)returns logical1(true) ifeventnameis an event recognized by the COM object. Otherwise, it returns logical0(false).

Input Arguments

collapse all

COM对象, specified as a function handle.

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

Limitations

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

Version History

Introduced before R2006a