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


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