Event names
events(
displays the names of the non-hidden, public events for the MATLAB® class ClassName
)classname
, including events inherited from superclasses.
events(
displays the names of the public events for the class of obj
)obj
, where obj
is an instance of a MATLAB class. obj
can be a scalar object or an array of objects.