C# Class Intense.UI.WindowExtensions

Extension methods for Window.
Show file Open project: firstfloorsoftware/intense

Public Methods

Method Description
RegisterEventSink ( this window, IWindowEventSink eventSink ) : void

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

Method Details

RegisterEventSink() public static method

Registers an event sink for Window to weakly handle its events.
public static RegisterEventSink ( this window, IWindowEventSink eventSink ) : void
window this
eventSink IWindowEventSink
return void