Spread Windows Forms 12.0 Product Documentation
NoteEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : NoteEventHandler Delegate
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)
public delegate void NoteEventHandler( 
   object sender,
   NoteEventArgs e
)

Parameters

sender
e
See Also

Reference

NoteEventHandler Members
FarPoint.Win.Spread Namespace