JumpItemsRemovedEventArgs Constructors
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.
Initializes a new instance of the JumpItemsRemovedEventArgs class.
Overloads
JumpItemsRemovedEventArgs() |
Initializes a new instance of the JumpItemsRemovedEventArgs class. |
JumpItemsRemovedEventArgs(IList<JumpItem>) |
Initializes a new instance of the JumpItemsRemovedEventArgs class that has the specified parameters. |
JumpItemsRemovedEventArgs()
Initializes a new instance of the JumpItemsRemovedEventArgs class.
public:
JumpItemsRemovedEventArgs();
public JumpItemsRemovedEventArgs ();
Public Sub New ()
Applies to
JumpItemsRemovedEventArgs(IList<JumpItem>)
Initializes a new instance of the JumpItemsRemovedEventArgs class that has the specified parameters.
public:
JumpItemsRemovedEventArgs(System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ removedItems);
public JumpItemsRemovedEventArgs (System.Collections.Generic.IList<System.Windows.Shell.JumpItem> removedItems);
new System.Windows.Shell.JumpItemsRemovedEventArgs : System.Collections.Generic.IList<System.Windows.Shell.JumpItem> -> System.Windows.Shell.JumpItemsRemovedEventArgs
Public Sub New (removedItems As IList(Of JumpItem))
Parameters
The list of Jump List items that have been removed by the user since Apply() was last called.