Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoteEventArgs Class / NoteEventArgs Constructor


In This Topic
    NoteEventArgs Constructor
    In This Topic
    Creates a new event arguments object for the note.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal noteInfo As StickyNoteStyleInfo _
    )
    'Usage
     
    
    Dim noteInfo As StickyNoteStyleInfo
     
    Dim instance As New NoteEventArgs(noteInfo)
    public NoteEventArgs( 
       StickyNoteStyleInfo noteInfo
    )

    Parameters

    noteInfo
    See Also