ComponentOne FinancialChart for WPF
C1.WPF Namespace / ItemPreparedEventArgs Class / Item Property



In This Topic
    Item Property (ItemPreparedEventArgs)
    In This Topic
    The item to display.
    Syntax
    'Declaration
     
    
    Public Property Item As Object
    'Usage
     
    
    Dim instance As ItemPreparedEventArgs
    Dim value As Object
     
    instance.Item = value
     
    value = instance.Item
    public object Item {get; set;}
    public:
    property Object^ Item {
       Object^ get();
       void set (    Object^ value);
    }
    See Also