Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / OnNoteEditorKeyDown Method
Object source of event
Event data


In This Topic
OnNoteEditorKeyDown Method
In This Topic
Occurs when a note editor key is down.
Syntax
'Declaration
 
Protected Overridable Sub OnNoteEditorKeyDown( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim sender As Object
Dim e As KeyEventArgs
 
instance.OnNoteEditorKeyDown(sender, e)

Parameters

sender
Object source of event
e
Event data
See Also