Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / NoteSized Event


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