C# Class Dibware.EventDispatcher.UI.Forms.FormA

Inheritance: Dibware.EventDispatcher.UI.Forms.Base.ApplicationEventHandlingFormBase
Mostra file Open project: dibley1973/EventDispatcher Class Usage Examples

Public Methods

Method Description
FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Method Description
DisplayMessageText ( string text ) : void
HandleMessageEvent ( MessageEvent @event ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendMessageButton_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormA() public method

public FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts
applicationEventDispatcher IApplicationEventDispatcher
return Dibware.EventDispatcher.Core.Contracts

UnwireApplicationEventHandlers() protected method

protected UnwireApplicationEventHandlers ( ) : void
return void

WireUpApplicationEventHandlers() protected final method

protected final WireUpApplicationEventHandlers ( ) : void
return void