I'm fairly new to both the AutoCAD and the VB.net worlds. I've managed to make a DLL file with several event handlers that work. However, I seem unable to write an event handler for plotting and/or publishing. I've tried things like . . .

AddHandler Autodesk.AutoCAD.PlottingServices.BeginPlotEventHandler, AddressOf subBeginPlot

Wondering if anyone knows how this line should be?