Removes the given handler for the "OnPrintPage" event. If there are duplicate entries, ALL are removed.
[Visual Basic] Public Sub RemoveOnPrintPage( _ ByVal handler As PrintPageEventHandler _ ) [C#] public void RemoveOnPrintPage( PrintPageEventHandler handler ); [C++] public: void RemoveOnPrintPage( PrintPageEventHandler* handler ); [JScript] public function RemoveOnPrintPage( handler : PrintPageEventHandler );
PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | AddOnPrintPage