|  | IChangingEventArgs Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
SyntaxThe IChangingEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cancel | 
            Indicate to cancel the changing
             | 
|  | EntityMember | 
            The changed entity member
            (Inherited from IChangedEventArgs.) | 
|  | Errors | 
            List of Errors 
             | 
|  | Handled | 
            Indicates that the errors was already handled and it's normal that the errors are empty
             | 
|  | NewValue | 
            The value which would try to affect to the entity member
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also