The 'bind method' in object-oriented programming is a technique used to explicitly set the 'this' context for a function, ensuring it maintains a consistent reference to the desired object instance. It is particularly useful in scenarios involving event handlers or callbacks, where the context might otherwise become ambiguous or lost.