EntitiesEventArgs Constructor
Constructs an instance of an EntityEventArgs class
Syntax
public EntitiesEventArgs(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Function New( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
)Parameters
| Name | Description |
|---|---|
| entities | The entity that the event is related to |