Initializes a new instance of the EntityActivatedEventArgs class.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public EntityActivatedEventArgs(
	RoutedEvent id,
	Entity entity
)
Visual Basic (Declaration)
Public Sub New ( _
	id As RoutedEvent, _
	entity As Entity _
)

Parameters

id
Type: System.Windows..::.RoutedEvent
The event identifier (ID).
entity
Type: DlhSoft.Windows.Data..::.Entity
The entity that was activated during this event.

See Also