Initializes a new instance of the ResourceActivatedEventArgs class.

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

Syntax

C#
public ResourceActivatedEventArgs(
	RoutedEvent id,
	Resource resource
)
Visual Basic (Declaration)
Public Sub New ( _
	id As RoutedEvent, _
	resource As Resource _
)

Parameters

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

See Also