Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / OnInkNotationSave Method
Source object
Event data


In This Topic
OnInkNotationSave Method
In This Topic
Occurs when saving from ink notation.
Syntax
'Declaration
 
Public Sub OnInkNotationSave( _
   ByVal o As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SpreadView
Dim o As Object
Dim e As EventArgs
 
instance.OnInkNotationSave(o, e)

Parameters

o
Source object
e
Event data
See Also