IBlazorConnectionChangeEventArgs
23 Sep 20251 minute to read
IBlazorConnectionChangeEventArgs notifies when the connector are connect or disconnect
Properties
cancel boolean
returns whether to cancel the change or not
connector ConnectorModel
returns the new source node or target node of the connector
connectorEnd string
returns the connector end
newValue BlazorConnectionObject
returns the current source or target node of the element
oldValue BlazorConnectionObject
returns the previous source or target node of the element
state EventState
returns the state of connection end point dragging(starting, dragging, completed)