Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnStickyNoteSized Method


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

Parameters

sender
e
See Also