C# Class Motion.Sound.OpenFileEventArgs

Inheritance: System.EventArgs
Show file Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
FileName string

Public Methods

Method Description
OpenFileEventArgs ( string filename ) : System

Method Details

OpenFileEventArgs() public method

public OpenFileEventArgs ( string filename ) : System
filename string
return System

Property Details

FileName public property

public string FileName
return string