The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ViewForMixins Class

Summary

A set of extension methods to help wire up View and ViewModel activation.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ViewForMixins"] class Type type-node

Syntax

public static class ViewForMixins

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.