[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NoteEventHandler

NoteEventHandler Delegate

Represents a method that handles the note events.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void NoteEventHandler(object sender, NoteEventArgs e)
Public Delegate Sub NoteEventHandler(sender As Object, e As NoteEventArgs)
Parameters
Type Name Description
object sender Represents a method that handles the note events.
NoteEventArgs e Represents a method that handles the note events.