selectedEnd abstract method

bool selectedEnd(
  1. T object
)

Returning false will cancel the selection of the object.

Implementation

bool selectedEnd(T object);