FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StickyNoteEventHandler Delegate


In This Topic
StickyNoteEventHandler Delegate
In This Topic
Obsolete. Use NoteEventHandler instead. Represents a method that handles the sticky note events.
Syntax
'Declaration
 
Public Delegate Sub StickyNoteEventHandler( _
   ByVal sender As Object, _
   ByVal e As StickyNoteEventArgs _
) 
 
'Usage
 
Dim instance As New StickyNoteEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also