ResourceHeaderClick event handler delegate.
Namespace: DayPilot.Web.Ui.Events.GanttAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public delegate void IncludeCellEventHandler( Object sender, IncludeCellEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub IncludeCellEventHandler ( _ sender As Object, _ e As IncludeCellEventArgs _ ) |
| Visual C++ |
|---|
public delegate void IncludeCellEventHandler( Object^ sender, IncludeCellEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object