Class EntityKeyEventData<T>
- Namespace
- Innova.Prism.Infrastructure.EventParameters
- Assembly
- Innova.Prism.Infrastructure.dll
Represents the event data for an entity key event.
public class EntityKeyEventData<T> : EventData where T : class
Type Parameters
T
The type of the entity.
- Inheritance
-
EntityKeyEventData<T>
Constructors
- EntityKeyEventData(PrimaryKeys<T>)
Initializes a new instance of the EntityKeyEventData<T> class.
Properties
- EntityKey
Gets the entity key.
- NavigateBack
Gets or sets a value indicating whether to navigate back.