JumpItemsRejectedEventArgs Class
Provides data for the JumpItemsRejected event.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | JumpItemsRejectedEventArgs() | Initializes a new instance of the JumpItemsRejectedEventArgs class. |
![]() | JumpItemsRejectedEventArgs(IList<JumpItem^>^, IList<JumpItemRejectionReason>^) | Initializes a new instance of the JumpItemsRejectedEventArgs class that has the specified parameters. |
| Name | Description | |
|---|---|---|
![]() | RejectedItems | Gets the list of Jump List items that could not be added to the Jump List by the Windows shell. |
![]() | RejectionReasons | Gets the list of reasons why the rejected Jump List items could not be added to the Jump List. |
| 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.

