Spread Windows Forms 15.0
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)
    public void OnInkNotationSave( 
       object o,
       EventArgs e
    )

    Parameters

    o
    Source object
    e
    Event data
    See Also