Click or drag to resize

ICancelEntityEventArgs Interface

Cancelable entity event args

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 ICancelEntityEventArgs : IEntityEventArgs, 
	IEventArgs, IDisposable, IEquatable<IProxy>

The ICancelEntityEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
Public propertyEntity
Gets the entity
(Inherited from IEntityEventArgs.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also