StackNode.CanAcceptDrop
public bool CanAcceptDrop(List<ISelectable> selection);
Parameters
| selection | "The selected GraphElements to be checked. |
Returns
bool Returns true if this StackNode accepts the current drop event. Returns false otherwise.
Description 描述
Indicates whether this StackNode accepts the current drop event.