Method | Description | |
---|---|---|
AddHandler ( IDisposable disposable ) : void |
Register disposable event handlers or observable subscriptions so they get cleared when the View/Viewmodel get disposed/destroyed
|
|
ClearHandlers ( ) : void | ||
Dispose ( ) : void | ||
UIPair ( UIViewType type, ExportLifetimeContext |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AddHandler ( IDisposable disposable ) : void | ||
disposable | IDisposable | |
return | void |
public UIPair ( UIViewType type, ExportLifetimeContext |
||
type | UIViewType | The UIViewType |
v | ExportLifetimeContext |
The IView |
vm | [ |
The IViewModel. Might be null because the 2fa view shares the same viewmodel as the login dialog, so it's /// set manually in the view outside of this |
return | GitHub.Exports |