Initializes a new instance of the AssignmentActivatedEventArgs class.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
public AssignmentActivatedEventArgs( RoutedEvent id, Assignment assignment ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ id As RoutedEvent, _ assignment As Assignment _ ) |
Parameters
- id
- Type: System.Windows..::.RoutedEvent
The event identifier (ID).
- assignment
- Type: DlhSoft.Windows.Data..::.Assignment
The assignment that was activated during this event.