Spread Windows Forms 12.0 Product Documentation
OnActiveSpreadViewChanged Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnActiveSpreadViewChanged Method
EventArgs object that contains the event data
Raises the ActiveSpreadViewChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnActiveSpreadViewChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnActiveSpreadViewChanged(e)
protected virtual void OnActiveSpreadViewChanged( 
   EventArgs e
)

Parameters

e
EventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members