C# Class System.IO.RenamedEventArgs

Inheritance: FileSystemEventArgs
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
RenamedEventArgs ( System changeType, string directory, string name, string oldName )

Method Details

RenamedEventArgs() public méthode

public RenamedEventArgs ( System changeType, string directory, string name, string oldName )
changeType System
directory string
name string
oldName string