C# Class Cats.TemplateServer.Dto.FileEventArgs

Inheritance: System.EventArgs
Show file Open project: edgecomputing/cats

Public Methods

Method Description
FileEventArgs ( string vPath ) : System

Initializes a new instance of the FileEventArgs class.

Method Details

FileEventArgs() public method

Initializes a new instance of the FileEventArgs class.
public FileEventArgs ( string vPath ) : System
vPath string The v path.
return System