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