Spread Windows Forms 15.0
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)
    public ItemEventArgs( 
       object item
    )

    Parameters

    item
    An object value that indicates the item.
    See Also