Class ElementSocketControl
- Namespace
 - StockSharp.Xaml.Diagram
 
- Assembly
 - StockSharp.Xaml.Diagram.dll
 
Control to display socket on diagrams.
public class ElementSocketControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
  - Inheritance
 - 
      
      
      
      
      
      ElementSocketControl
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
ElementSocketControl()
Create instance.
public ElementSocketControl()
  Events
SocketClicked
Socket clicked event.
public event Action<DiagramSocket, MouseAction> SocketClicked