IPCBIWindowPCBIOnNoteDragStart Event

This event handler is called, when an INoteBase is started to be dragged by the user The event hander can return a function with available Anchor Points during dragging

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public event Func<INoteBase, Func<RectangleD, List<IEdge>>> PCBIOnNoteDragStart

Value

FuncINoteBase, FuncRectangleD, ListIEdge

Implements

InterfacePCBIWindowPCBIOnNoteDragStart

See Also