Experimental: this API is experimental and might be changed or removed in the future.

StackNode.CanAcceptDrop

Cambiar al Manual
public bool CanAcceptDrop (List<ISelectable> selection);

Parámetros

selection"The selected GraphElements to be checked.

Valor de retorno

bool Returns true if this StackNode accepts the current drop event. Returns false otherwise.

Descripción

Indicates whether this StackNode accepts the current drop event.