[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.JumpItemsRejectedEventArgs

JumpItemsRejectedEventArgs Class

Provides data for the JumpItemsRejected event.

Inheritance
JumpItemsRejectedEventArgs
Namespace: C1.Win.C1Win7Pack
Assembly: C1.Win.C1Win7Pack.4.8.dll
Syntax
public class JumpItemsRejectedEventArgs : EventArgs

Constructors

Name Description
JumpItemsRejectedEventArgs(List<C1JumpItem>, List<JumpItemRejectionReason>)

Initializes a new instance of the JumpItemsRejectedEventArgs class.

Properties

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.

Methods

Name Description
FilterByReason(JumpItemRejectionReason)

Retrieves a list of C1JumpItems those rejection reason equals to the given value.