ComponentOne Windows 7 Control Pack for WinForms
RejectionReasons Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > JumpItemsRejectedEventArgs Class : RejectionReasons Property
Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.
Syntax
Public ReadOnly Property RejectionReasons As IList(Of JumpItemRejectionReason)
Dim instance As JumpItemsRejectedEventArgs
Dim value As IList(Of JumpItemRejectionReason)
 
value = instance.RejectionReasons
public IList<JumpItemRejectionReason> RejectionReasons {get;}
public:
property IList<JumpItemRejectionReason>^ RejectionReasons {
   IList<JumpItemRejectionReason>^ get();
}
See Also

Reference

JumpItemsRejectedEventArgs Class
JumpItemsRejectedEventArgs Members