C# Class Habanero.Faces.Win.Async.ActionDispatcher

Inheritance: IActionDispatcher
Show file Open project: Chillisoft/habanero.faces

Protected Properties

Property Type Description
_dispatchControl System.Windows.Forms.Control

Public Methods

Method Description
ActionDispatcher ( Control dispatchOn ) : System
Dispatch ( System.Action method ) : void

Method Details

ActionDispatcher() public method

public ActionDispatcher ( Control dispatchOn ) : System
dispatchOn System.Windows.Forms.Control
return System

Dispatch() public method

public Dispatch ( System.Action method ) : void
method System.Action
return void

Property Details

_dispatchControl protected property

protected Control,System.Windows.Forms _dispatchControl
return System.Windows.Forms.Control