Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / NoteMoved Event


In This Topic
NoteMoved Event (SpreadNotesContainer)
In This Topic
Occurs when a note is moved.
Syntax
'Declaration
 
Public Event NoteMoved As EventHandler
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim handler As EventHandler
 
AddHandler instance.NoteMoved, handler
See Also