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

Inheritance: Dibware.EventDispatcher.UI.Forms.Base.ApplicationEventHandlingFormBase
Afficher le fichier Open project: dibley1973/EventDispatcher Class Usage Examples

Méthodes publiques

Méthode Description
FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Private Methods

Méthode 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 méthode

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

FormA() public méthode

public FormA ( IApplicationEventDispatcher applicationEventDispatcher ) : Dibware.EventDispatcher.Core.Contracts
applicationEventDispatcher IApplicationEventDispatcher
Résultat Dibware.EventDispatcher.Core.Contracts

UnwireApplicationEventHandlers() protected méthode

protected UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected final méthode

protected final WireUpApplicationEventHandlers ( ) : void
Résultat void