Spread Windows Forms 15.0
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)
    protected virtual void OnNoteCreated( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also