Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / OnNoteEditorLostFocus Method
Object source of event
Event data


In This Topic
    OnNoteEditorLostFocus Method
    In This Topic
    Internal use only. Occurs when the note editor has lost focus.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnNoteEditorLostFocus( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnNoteEditorLostFocus(sender, e)
    protected virtual void OnNoteEditorLostFocus( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object source of event
    e
    Event data
    See Also