Handling of user action (selecting an event).
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public UserActionHandling EventSelectHandling { get; set; } |
| Visual Basic |
|---|
Public Property EventSelectHandling As UserActionHandling Get Set |
| Visual C++ |
|---|
public: property UserActionHandling EventSelectHandling { UserActionHandling get (); void set (UserActionHandling value); } |