Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnNoteMoved Method


In This Topic
OnNoteMoved Method
In This Topic
Occurs when a note for the viewport area is moved in the sheet's notes container.
Syntax
'Declaration
 
Protected Sub OnNoteMoved( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As SheetView
Dim sender As Object
Dim e As EventArgs
 
instance.OnNoteMoved(sender, e)

Parameters

sender
e
See Also