Spread Windows Forms 15.0
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)
    public delegate void NoteEventHandler( 
       object sender,
       NoteEventArgs e
    )

    Parameters

    sender
    e
    See Also