Type | Description | |||
AllowKeysEnum | An AllowKeysEnum expression that specifies the keys to allow the user to select/unselect an event, in the schedule view |
The LayoutEndChanging( exScheduleSelectionChange) event occurs once the user changed the selection ( of events ), in the schedule view. The Selectable property of the event indicates whether the event can be selected at runtime. The Selected property of the Event indicates whether the current event is selected or unselected. The SelectEventStyle property indicates the way the selected events are shown. The SelectEventColor property specifies the visual appearance of the selected event. The SelectEventTextColor property specifies the foreground color of the selected event.
For instance, you can set the AllowToggleSelectKey property on exDisallow which indicates that no toggle selection is allowed. If the AllowToggleSelectKey property on exLeftClick, the first click selects the event, the next click unselect the event, and so on.