JumpItemsRejectedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the JumpItemsRejected event.
public ref class JumpItemsRejectedEventArgs sealed : EventArgs
public sealed class JumpItemsRejectedEventArgs : EventArgs
type JumpItemsRejectedEventArgs = class
inherit EventArgs
Public NotInheritable Class JumpItemsRejectedEventArgs
Inherits EventArgs
- Inheritance
Constructors
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. |
Properties
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
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |