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


In This Topic
    OnNoteSized Method
    In This Topic
    Occurs when a note for the viewport area is sized in the sheet's notes container.
    Syntax
    'Declaration
     
    
    Protected Sub OnNoteSized( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnNoteSized(sender, e)
    protected void OnNoteSized( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also