Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnStickyNoteCreated Method


In This Topic
    OnStickyNoteCreated Method
    In This Topic
    Obsolete. Use OnNoteCreated(object sender, EventArgs e) instead. Occurs when a note is created in the sheet's notes container.
    Syntax
    'Declaration
     
    
    Protected Sub OnStickyNoteCreated( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnStickyNoteCreated(sender, e)
    protected void OnStickyNoteCreated( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also