When in playback mode and the user enables the ‘Time selection mode’ option, the smart client displays the drag handles to select a time range. Ive looked through the forum and cant find a way to trigger an event when a user drags either the start or end time handle. Ive seen other old posts about using the `GetTimelineSelectedIntervalRequest` message but nothing that i have found fires that event.
Ive looked at the ‘Message Test’ sample code but the only message i can see is ‘PlaybackCurrentTimeIndication’ being logged when the start/end time handles are moved by the user. The message that is returned doesnt indicate WHICH time is being changes. So if the user moves either the start OR end range handle all i get is a DateTime message received, but HOW do i know which handle was moved by the user. Seems like there would be drag handle events that we could attach to for more clarity.
When dragging the handles, the smart client displays the start/end and duration information, can a plugin not have access to this same data from a message event?


