Navigation: ESL Documentation > ESL Programmers Guide > Drag and Drop > Writing Drag and Drop Code
If you have many ESL objects that behave the same way, you may want to put them into an ESL class and write the on drag, on dragover, and/or on drop responses for the class. The example in Example demonstrates this approach.