Namespace: DayPilot.Web.Ui.Events.Month
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public delegate void EventUpdateEventHandler( Object sender, EventUpdateEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub EventUpdateEventHandler ( _ sender As Object, _ e As EventUpdateEventArgs _ ) |
Visual C++ |
---|
public delegate void EventUpdateEventHandler( Object^ sender, EventUpdateEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object