C# Class EventAggregator.CF.EventHandlerOptions

Afficher le fichier Open project: derickbailey/appcontroller.cf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EventHandlerOptions ( object eventHandler ) : System
WithErrorHandler ( Action errorHandler ) : void

Method Details

EventHandlerOptions() public méthode

public EventHandlerOptions ( object eventHandler ) : System
eventHandler object
Résultat System

WithErrorHandler() public méthode

public WithErrorHandler ( Action errorHandler ) : void
errorHandler Action
Résultat void