Class ShowEditEntityEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that is used to show the edit entity view.
public class ShowEditEntityEvent<T> : PubSubEvent<PrimaryKeys<T>>
Type Parameters
T
The type of the entity.
- Inheritance
-
ShowEditEntityEvent<T>