RenamedEventArgs(WatcherChangeTypes, String, String, String) Konstruktor

Definice

Inicializuje novou instanci RenamedEventArgs třídy .

public:
 RenamedEventArgs(System::IO::WatcherChangeTypes changeType, System::String ^ directory, System::String ^ name, System::String ^ oldName);
public RenamedEventArgs (System.IO.WatcherChangeTypes changeType, string directory, string? name, string? oldName);
public RenamedEventArgs (System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName);
new System.IO.RenamedEventArgs : System.IO.WatcherChangeTypes * string * string * string -> System.IO.RenamedEventArgs
Public Sub New (changeType As WatcherChangeTypes, directory As String, name As String, oldName As String)

Parametry

changeType
WatcherChangeTypes

Jedna z WatcherChangeTypes hodnot.

directory
String

Název ovlivněného souboru nebo adresáře.

name
String

Název ovlivněného souboru nebo adresáře.

oldName
String

Starý název ovlivněného souboru nebo adresáře.

Platí pro

Viz také