RootEntriesChangedEventArgs 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.
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. |