EntityEventArgs Constructor
Constructs an instance of an EntityEventArgs class
Syntax
public EntityEventArgs(
IEntity entity
)Public Function New( _
ByVal entity As IEntity _
)Parameters
| Name | Description |
|---|---|
| entity | The entity that the event is related to |