Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ItemEventArgs Class / ItemEventArgs Constructor
An object value that indicates the item.


In This Topic
ItemEventArgs Constructor
In This Topic
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)

Parameters

item
An object value that indicates the item.
See Also