BatchFileSystemEventArgs.FileSystemEvents Property

Definition

All file system events

public:
 property System::Collections::Generic::IEnumerable<System::IO::FileSystemEventArgs ^> ^ FileSystemEvents { System::Collections::Generic::IEnumerable<System::IO::FileSystemEventArgs ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.IO.FileSystemEventArgs> FileSystemEvents { get; }
member this.FileSystemEvents : seq<System.IO.FileSystemEventArgs>
Public ReadOnly Property FileSystemEvents As IEnumerable(Of FileSystemEventArgs)

Property Value

Applies to