Trackbar Change Events

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37382
    TAZ
    Participant

    Can you explain these intended events for the trackbar. I saw no help in the help file.

    OnChange

    OnUserChange

    OnUserChanged

    Thanks.

    #56306
    Support
    Keymaster

    OnChange is a standard event which occurs always when value of the component is changed (by user or in code).

    The OnUserChange event occurs every time when slider is moved by user and mouse is still pressed.

    The OnUserChanged event occurs when slider is moved by user and mouse button is up (occurs when final value is defined).

    Online help is under construction now, I hope to uptodate it soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.