PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview Namespace / HistoryItemAddingEventArgs Class / HistoryItem Property

In This Topic
    HistoryItem Property (HistoryItemAddingEventArgs)
    In This Topic
    The ViewHistoryItem object that is about to be added.
    Syntax
    'Declaration
     
    Public ReadOnly Property HistoryItem As ViewHistoryItem
    public ViewHistoryItem HistoryItem {get;}
    See Also