Initializes a new instance of the ScheduleDefinitionActivatedEventArgs class.

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

Syntax

C#
public ScheduleDefinitionActivatedEventArgs(
	RoutedEvent id,
	ScheduleDefinition scheduleDefinition
)
Visual Basic (Declaration)
Public Sub New ( _
	id As RoutedEvent, _
	scheduleDefinition As ScheduleDefinition _
)

Parameters

id
Type: System.Windows..::.RoutedEvent
The event identifier (ID).
scheduleDefinition
Type: DlhSoft.Windows.Data..::.ScheduleDefinition
The schedule definition that was activated during this event.

See Also