Click or drag to resize

IChangingEventArgs Interface

Event args for changing entity member event

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IChangingEventArgs : IChangedEventArgs, 
	IEventArgs, IDisposable, IEquatable<IProxy>

The IChangingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Indicate to cancel the changing
Public propertyEntityMember
The changed entity member
(Inherited from IChangedEventArgs.)
Public propertyErrors
List of Errors
Public propertyHandled
Indicates that the errors was already handled and it's normal that the errors are empty
Public propertyNewValue
The value which would try to affect to the entity member
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also