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


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

Parameters

sender
Object source of event
e
Event data
See Also