Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / OnNoteCreated Method
Object that raised the event
Event arguments


In This Topic
OnNoteCreated Method (SpreadNotesContainer)
In This Topic
Raises the NoteCreated event when a note has been created.
Syntax
'Declaration
 
Protected Overridable Sub OnNoteCreated( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim sender As Object
Dim e As EventArgs
 
instance.OnNoteCreated(sender, e)

Parameters

sender
Object that raised the event
e
Event arguments
See Also