The EntityChangingEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action |
Action that caused this change.
(Inherited from EntityChangeEventArgs.) |
|
ActionEventArgs |
The EventArgs ( if any) that are associated with this specified EntityAction.
(Inherited from EntityChangeEventArgs.) |
|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
|
|
Entity |
The object that is changing or has been changed.
(Inherited from EntityChangeEventArgs.) |
|
EntityAspect |
Returns the EntityAspect for the entity involved in the event.
(Inherited from EntityChangeEventArgs.) |
See Also