Class UnitOfWorkEventArgs
Inherited Members
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public class UnitOfWorkEventArgs : EventArgs
Constructors
UnitOfWorkEventArgs(IUnitOfWork)
Declaration
public UnitOfWorkEventArgs(IUnitOfWork unitOfWork)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnitOfWork | unitOfWork |
Properties
UnitOfWork
Declaration
public IUnitOfWork UnitOfWork { get; }
Property Value
| Type | Description |
|---|---|
| IUnitOfWork |