C# Class ICSharpCode.Core.FileNameEventArgs

EventArgs with a file name.
Inheritance: System.EventArgs
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FileNameEventArgs ( string fileName ) : System

Method Details

FileNameEventArgs() public method

public FileNameEventArgs ( string fileName ) : System
fileName string
return System