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: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public event EventRightClickEventHandler EventRightClick
Visual Basic
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