TSLab API Docs  1
Класс TSLab.Script.CanvasPane.InteractiveSeries

Открытые члены

 InteractiveSeries (IList< InteractiveObject > interactiveObjects)
 
GetTag< T > ()
 
void RaiseClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseRightClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseDoubleClickEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseDragEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseBeginDragEvent (InteractiveObject obj, InteractivePointActive p)
 
void RaiseEndDragEvent (InteractiveObject obj, InteractivePointActive p)
 

Свойства

virtual IReadOnlyList< InteractiveObjectControlPoints [get, set]
 
object Tag [get, set]
 
DataGridPropertyDescriptor DisplayProperty [get]
 

События

InteractiveActionEventHandler ClickEvent = delegate { }
 
InteractiveActionEventHandler RightClickEvent = delegate { }
 
InteractiveActionEventHandler DoubleClickEvent = delegate { }
 
InteractiveActionEventHandler DragEvent = delegate { }
 
InteractiveActionEventHandler BeginDragEvent = delegate { }
 
InteractiveActionEventHandler EndDragEvent = delegate { }