Spread Windows Forms 15.0
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
    public event EventHandler NoteMoved
    See Also