Share via


FileSystemEventArgsHelper.IsDirectoryChanged(FileSystemEventArgs) Method

Definition

Check if related to a directory changed event

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsDirectoryChanged(System::IO::FileSystemEventArgs ^ fileSystemEventArgs);
public static bool IsDirectoryChanged (this System.IO.FileSystemEventArgs fileSystemEventArgs);
static member IsDirectoryChanged : System.IO.FileSystemEventArgs -> bool
<Extension()>
Public Function IsDirectoryChanged (fileSystemEventArgs As FileSystemEventArgs) As Boolean

Parameters

fileSystemEventArgs
FileSystemEventArgs

The File System Event

Returns

true is a directory changed event

Applies to