# InvokeMethod

Call the method of Component.

![InvokeMethod](./images/InvokeMethod.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
On State Awake
</td>
<td>
Method call at OnStateAwake
</td>
</tr>
<tr>
<td>
On State Begin
</td>
<td>
Method call at OnStateBegin
</td>
</tr>
<tr>
<td>
On State End
</td>
<td>
Method call at OnStateEnd
</td>
</tr>
 </tbody>
</table>

