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