Stateflow    

Defining Local Events

A local event is an event that can occur anywhere in a state machine but is visible only in its parent (and its parent's descendants). To define an event as local, set its Scope property to Local.


 Naming Events Defining Input Events