Class GenericTile
public class GenericTile : NotificationObject, INotifyPropertyChanged, ITile
- Inheritance
-
GenericTile
- Implements
- Inherited Members
- Extension Methods
Constructors
GenericTile(string, Func<Task<object?>>)
public GenericTile(string name, Func<Task<object?>> loadContent)
Parameters
Properties
Content
public object? Content { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Methods
LoadAsync()
public Task LoadAsync()