[]
Provides data for the JumpItemsRejected event.
public class JumpItemsRejectedEventArgs : EventArgs
Name | Description |
---|---|
JumpItemsRejectedEventArgs(List<C1JumpItem>, List<JumpItemRejectionReason>) | Initializes a new instance of the JumpItemsRejectedEventArgs class. |
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 |
---|---|
FilterByReason(JumpItemRejectionReason) | Retrieves a list of C1JumpItems those rejection reason equals to the given value. |