Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / OnInkNotationExit Method
Source object
Event data


In This Topic
    OnInkNotationExit Method
    In This Topic
    Occurs when exiting ink notation.
    Syntax
    'Declaration
     
    
    Public Sub OnInkNotationExit( _
       ByVal o As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim o As Object
    Dim e As EventArgs
     
    instance.OnInkNotationExit(o, e)
    public void OnInkNotationExit( 
       object o,
       EventArgs e
    )

    Parameters

    o
    Source object
    e
    Event data
    See Also