C# Class Intense.UI.ApplicationViewExtensions

Extension methods for ApplicationView.
Afficher le fichier Open project: firstfloorsoftware/intense

Méthodes publiques

Méthode Description
RegisterEventSink ( this appView, IApplicationViewEventSink eventSink ) : void

Registers an event sink for ApplicationView to weakly handle its events.

Method Details

RegisterEventSink() public static méthode

Registers an event sink for ApplicationView to weakly handle its events.
public static RegisterEventSink ( this appView, IApplicationViewEventSink eventSink ) : void
appView this
eventSink IApplicationViewEventSink
Résultat void