Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnResizeZeroIndicatorChanged Method
The System.EventArgs instance that contains the event data.


In This Topic
OnResizeZeroIndicatorChanged Method
In This Topic
Raises the ResizeZeroIndicatorChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnResizeZeroIndicatorChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnResizeZeroIndicatorChanged(e)

Parameters

e
The System.EventArgs instance that contains the event data.
See Also