ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ItemPreparedEventArgs Class / Item Property

In This Topic
    Item Property (ItemPreparedEventArgs)
    In This Topic
    The item to display.
    Syntax
    'Declaration
     
    Public Property Item As System.Object
    public System.object Item {get; set;}
    See Also