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