Interface IPopupWindow<TResult>
A popup window that allows the display of any custom view with a specified result, controlled an instance of the PopupWindowController<TResult>
Inherited Members
Namespace: LemonEdge.Client.Core.Support
Assembly: ClientCore.dll
Syntax
public interface IPopupWindow<TResult> : IWindow
Type Parameters
Name | Description |
---|---|
TResult | The type of result returned when the popup window is closed/dismissed |
Methods
InitController(PopupWindowController<TResult>)
Sets the specified instance of the controller for this popup window
Declaration
void InitController(PopupWindowController<TResult> controller)
Parameters
Type | Name | Description |
---|---|---|
PopupWindowController<TResult> | controller | The instance of the controller for this popup window |