RootEntriesChangedEventArgs Class

Definition

The arguments that are sent with the RootEntriesChanged event.

public ref class RootEntriesChangedEventArgs : EventArgs
[System.Runtime.Serialization.DataContract]
public class RootEntriesChangedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type RootEntriesChangedEventArgs = class
    inherit EventArgs
Public Class RootEntriesChangedEventArgs
Inherits EventArgs
Inheritance
RootEntriesChangedEventArgs
Attributes

Constructors

RootEntriesChangedEventArgs(String, IReadOnlyList<Uri>)

Initializes a new instance of the RootEntriesChangedEventArgs class.

Properties

RootEntries

Gets the root entries of the provider's namespace.

Scheme

Gets the scheme of the file system provider for which the root elements of the provider's namespace have changed.

Applies to