NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintDocument.RemoveOnQueryPageSettings

Removes the given handler for the "OnQueryPageSettings" event. If there are duplicate entries, ALL are removed.

[Visual Basic]
Public Sub RemoveOnQueryPageSettings( _
   ByVal handler As PrintEventHandler _
)
[C#]
public void RemoveOnQueryPageSettings(
   PrintEventHandler handler
);
[C++]
public: void RemoveOnQueryPageSettings(
   PrintEventHandler* handler
);
[JScript]
public function RemoveOnQueryPageSettings(
   handler : PrintEventHandler
);

Parameters

handler
The PrintEventHandler delegate to remove.

See Also

PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | AddOnQueryPageSettings