Class PersonNameChangedEvent
Inherited Members
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PersonNameChangedEvent
Constructors
PersonNameChangedEvent()
Declaration
public PersonNameChangedEvent()
Properties
OldName
Declaration
public string OldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Person
Declaration
public Person Person { get; set; }
Property Value
| Type | Description |
|---|---|
| Person |