Spread Windows Forms 17
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)
    public delegate void StickyNoteEventHandler( 
       object sender,
       StickyNoteEventArgs e
    )

    Parameters

    sender
    e
    See Also