C# Class BottomShelf.Host.Monitoring.RenamedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: tyronegroves/BottomShelf

Public Methods

Method Description
RenamedEventArgs ( string oldPath, string path ) : System

Method Details

RenamedEventArgs() public method

public RenamedEventArgs ( string oldPath, string path ) : System
oldPath string
path string
return System