Spread Windows Forms 12.0 Product Documentation
ItemEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ItemEventArgs Class : ItemEventArgs Constructor
An object value that indicates the item.
Initializes a new instance of the ItemEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal item As Object _
)
'Usage
 
Dim item As Object
 
Dim instance As New ItemEventArgs(item)
public ItemEventArgs( 
   object item
)

Parameters

item
An object value that indicates the item.
See Also

Reference

ItemEventArgs Class
ItemEventArgs Members