Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnColumnViewportWidthChanged Method
ColumnViewportWidthChangedEventArgs that contain the event arguments


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

Parameters

e
ColumnViewportWidthChangedEventArgs that contain the event arguments
See Also