| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
notify(Hobj,'EventName')
notify(Hobj,'EventName',data)
notify(Hobj,'EventName') notifies listeners that the specified event is taking place on the specified handle objects.
notify(Hobj,'EventName',data) includes user-defined event data.
Array of handle objects triggering the specified event.
Name of the event.
An event.EventData object encapsulating information about the event. You can define custom event data by subclassing event.EventData and passing an instance of your subclass as the data argument. See Defining Event-Specific Data for information on defining event data.
See Defining Events and Listeners — Syntax and Techniques
![]() | notebook | now | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |