Spread Windows Forms 12.0 Product Documentation
ActiveSheetChangingEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ActiveSheetChangingEventArgs Class : ActiveSheetChangingEventArgs Constructor
Sheet index of new active sheet
Creates a new object with the ActiveSheetChanging event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal newActiveSheetIndex As Integer _
)
'Usage
 
Dim newActiveSheetIndex As Integer
 
Dim instance As New ActiveSheetChangingEventArgs(newActiveSheetIndex)
public ActiveSheetChangingEventArgs( 
   int newActiveSheetIndex
)

Parameters

newActiveSheetIndex
Sheet index of new active sheet
See Also

Reference

ActiveSheetChangingEventArgs Class
ActiveSheetChangingEventArgs Members