Class EntityTileViewModel<T>
public class EntityTileViewModel<T> : TileViewModel, INotifyPropertyChanged, ITileViewModel where T : class
Type Parameters
T
- Inheritance
-
EntityTileViewModel<T>
- Implements
Constructors
- EntityTileViewModel(IEventAggregator)
Initializes a new instance of the EntityTileViewModel<T> class.
Properties
- EventAggregator
Gets the event aggregator.
Methods
- TileSelected()
Executes when the tile is selected.