Represents a schedule definition activated event handler method.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
public delegate void ScheduleDefinitionActivatedEventHandler( Object sender, ScheduleDefinitionActivatedEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub ScheduleDefinitionActivatedEventHandler ( _ sender As Object, _ e As ScheduleDefinitionActivatedEventArgs _ ) |
Parameters
- sender
- Type: System..::.Object