This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.

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

Syntax

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

Remarks

It is called when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack. After calling Update() the events will be updated on the client-side.

See Also