IBlazorDropEventArgs

23 Sep 20251 minute to read

IBlazorDropEventArgs notifies when the element is dropped in the diagram in blazor

Properties

cancel boolean

returns whether or not to cancel the drop event

element DiagramEventObject

returns node or connector that is being dropped

position PointModel

returns the position of the object

source Object

returns the object from where the element is dragged

target DiagramEventDropObject

returns the object over which the object will be dropped