Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoteEventHandler Delegate


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

Parameters

sender
e
See Also