ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemsRemovedEventArgs Class / RemovedItems Property

In This Topic
    RemovedItems Property
    In This Topic
    Gets the list of Jump List items that have been removed by the user since the Apply method was last called.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RemovedItems As IList(Of C1JumpItem)
    public IList<C1JumpItem> RemovedItems {get;}
    See Also