JumpItemsRejectedEventArgs Class

Provides data for the JumpItemsRejected event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Shell.JumpItemsRejectedEventArgs

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public NotInheritable Class JumpItemsRejectedEventArgs _
    Inherits EventArgs
public sealed class JumpItemsRejectedEventArgs : EventArgs
public ref class JumpItemsRejectedEventArgs sealed : public EventArgs
[<Sealed>]
type JumpItemsRejectedEventArgs =  
    class
        inherit EventArgs
    end
public final class JumpItemsRejectedEventArgs extends EventArgs

The JumpItemsRejectedEventArgs type exposes the following members.

Constructors

  Name Description
Public method JumpItemsRejectedEventArgs() Initializes a new instance of the JumpItemsRejectedEventArgs class.
Public method JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>) Initializes a new instance of the JumpItemsRejectedEventArgs class that has the specified parameters.

Top

Properties

  Name Description
Public property RejectedItems Gets the list of Jump List items that could not be added to the Jump List by the Windows shell.
Public property RejectionReasons Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Windows.Shell Namespace