This event is fired when a user double-clicks an event.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public event EventClickEventHandler EventDoubleClick |
| Visual Basic |
|---|
Public Event EventDoubleClick As EventClickEventHandler |
| Visual C++ |
|---|
public: event EventClickEventHandler^ EventDoubleClick { void add (EventClickEventHandler^ value); void remove (EventClickEventHandler^ value); } |
Remarks
This event is only fired if EventDoubleClickHandling property is set to UserActionHandling.PostBack or UserActionHandling.CallBack.
Otherwise it is handled on the client-side by JavaScript method specified by EventClickJavaScript property.