Handling of user action (clicking an event).
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot)
Version: 3.5.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Property EventClickHandling As UserActionHandling |
| C# |
|---|
public UserActionHandling EventClickHandling { get; set; } |
| Visual C++ |
|---|
public: property UserActionHandling EventClickHandling { UserActionHandling get (); void set (UserActionHandling value); } |