C# Class Gilgame.SEWorkbench.ViewModels.FileEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
FileEventArgs ( string path ) : System
FileEventArgs ( string path, bool unsaved ) : System

Method Details

FileEventArgs() public method

public FileEventArgs ( string path ) : System
path string
return System

FileEventArgs() public method

public FileEventArgs ( string path, bool unsaved ) : System
path string
unsaved bool
return System