This event is fired when a user clicks an event with a right mouse button.

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

Syntax

C#
public event EventRightClickEventHandler EventRightClick
Visual Basic (Declaration)
Public Event EventRightClick As EventRightClickEventHandler
Visual C++
public:
 event EventRightClickEventHandler^ EventRightClick {
	void add (EventRightClickEventHandler^ value);
	void remove (EventRightClickEventHandler^ value);
}

Remarks

This event is only fired if EventRightClickHandling property is set to UserActionHandling.PostBack or UserActionHandling.CallBack.

See Also