Namespace: DayPilot.Web.Ui.Events.Calendar
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 NotifyEventHandler( Object sender, NotifyEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub NotifyEventHandler ( _ sender As Object, _ e As NotifyEventArgs _ ) |
| Visual C++ |
|---|
public delegate void NotifyEventHandler( Object^ sender, NotifyEventArgs^ e ) |