WinForms Edition Documentation
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)
 
See Also