Spread WinForms 15
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)

Parameters

noteInfo
See Also