Type | Description | |||
Index as Long | A Long expression that defines the index of the Event to be requested | |||
Event | The Event being requested, if the index is between 0 and SelCount - 1, or empty/nothing/NULL |
You can use the AllowSelectEvent property to change the key to allow the user select new events or you can prevent selecting any event using exDisallow value. Once the user starts selecting a new event in the schedule panel, the control fires the LayoutStartChanging(exScheduleSelectionChange). Once a new event is selected, the LayoutEndChanging(exScheduleSelectionChange) event occurs.