RulerCtrlEvent¶Represent details of the events that the RulerCtrl object sends.
Methods Summary¶| __init__ | Default class constructor. |
| GetOldValue | Returns the event old value. |
| GetValue | Returns the event value. |
| SetOldValue | Sets the event old value. |
| SetValue | Sets the event value. |
Class API¶Represent details of the events that the RulerCtrl object sends.
Default class constructor.
| Parameters: |
|
|---|
Sets the event old value.
| Parameters: | value – the old indicator position. |
|---|