JumpItemsRemovedEventArgs Class
Provides data for the JumpItemsRemovedByUser event.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | JumpItemsRemovedEventArgs() | Initializes a new instance of the JumpItemsRemovedEventArgs class. |
![]() | JumpItemsRemovedEventArgs(IList<JumpItem>) | Initializes a new instance of the JumpItemsRemovedEventArgs class that has the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | RemovedItems | Gets the list of Jump List items that have been removed by the user since the JumpList.Apply method was last called. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

