Contents

canDragRows(with:inColumn:with:)

Indicates whether the browser can attempt to initiate a drag of the given rows for the given event.

Declaration

func canDragRows(with rowIndexes: IndexSet, inColumn column: Int, with event: NSEvent) -> Bool

Parameters

  • rowIndexes:

    Rows the user is dragging

  • column:

    Column containing the rows the user is dragging.

  • event:

    Mouse-drag event.

Return Value

true when rowIndexes identifies at least one row and all the identified rows are enabled; otherwise, false.

See Also

Related Documentation

Dragging