[]
Represents a method that handles the note events.
public delegate void NoteEventHandler(object sender, NoteEventArgs e)
Public Delegate Sub NoteEventHandler(sender As Object, e As NoteEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | Represents a method that handles the note events. |
| NoteEventArgs | e | Represents a method that handles the note events. |