C# Class System.IO.RenamedEventArgs

Inheritance: FileSystemEventArgs
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
RenamedEventArgs ( System changeType, string directory, string name, string oldName )

Method Details

RenamedEventArgs() public method

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