FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ItemEventArgs Class / Item Property


In This Topic
Item Property (ItemEventArgs)
In This Topic
Gets the item.
Syntax
'Declaration
 
Public ReadOnly Property Item As Object
 
'Usage
 
Dim instance As ItemEventArgs
Dim value As Object
 
value = instance.Item

Property Value

An object value that indicates the item.
See Also