This event is fired when a user clicks an event.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public event EventClickEventHandler EventClick
Visual Basic (Declaration)
Public Event EventClick As EventClickEventHandler
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 or UserActionHandling.CallBack.

See Also