Table of Contents

Class PortConnectionChangeEvent

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public class PortConnectionChangeEvent : EventBase<PortConnectionChangeEvent>, ICeresEvent
Inheritance
PortConnectionChangeEvent
Implements

Constructors

PortConnectionChangeEvent()

public PortConnectionChangeEvent()

Properties

ConnectionChangeType

public PortConnectionChangeType ConnectionChangeType { get; }

Property Value

PortConnectionChangeType

Edge

public CeresEdge Edge { get; }

Property Value

CeresEdge

PortView

public CeresPortView PortView { get; }

Property Value

CeresPortView

Methods

GetPooled(CeresPortView, CeresEdge, PortConnectionChangeType)

public static PortConnectionChangeEvent GetPooled(CeresPortView portView, CeresEdge edge, PortConnectionChangeType connectionChangeType)

Parameters

portView CeresPortView
edge CeresEdge
connectionChangeType PortConnectionChangeType

Returns

PortConnectionChangeEvent