Click or drag to resize
SoDraggerAddStartCallback Method
Overload List
  NameDescription
Public methodAddStartCallback(SoDraggerStartCB) Obsolete.
Use StartDragging event instead.
Public methodAddStartCallback(SoDraggerStartUserDataCB, Object) Obsolete.
Use StartDragging event instead. Adds start delegate. Start delegates are made after the mouse button 1 goes down and the dragger determines that it has been picked. If it is going to begin dragging, it grabs events and invokes the startCallbacks.
Top
See Also