I'm going through some angular code with the following snippet. What is the part with (change)
called? What keywords should I use to Google this? I've also seen (click)
. What other options are there?
<input type="checkbox" name="annotationtype" (change)="onChange('visualtitle', $event.target.checked)" />