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

Parameters

sender
Object source of event
e
Event data
See Also