Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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
    public object Item {get;}

    Property Value

    An object value that indicates the item.
    See Also