C# Class FuseboxFreedom.Program.WatcherNotifyEventArgs

Inheritance: System.EventArgs
Show file Open project: jamie-pate/FuseBoxFreedom Class Usage Examples

Public Methods

Method Description
WatcherNotifyEventArgs ( bool processed, Exception ex, bool progress = null ) : System

Method Details

WatcherNotifyEventArgs() public method

public WatcherNotifyEventArgs ( bool processed, Exception ex, bool progress = null ) : System
processed bool
ex System.Exception
progress bool
return System