[]
Represents the method that handles the QueryPageSettings event of a Printer.
public delegate void QueryPageSettingsEventHandler(object sender, QueryPageSettingsEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| QueryPageSettingsEventArgs | e | A QueryPageSettingsEventArgs that contains the event data. |
| Name | Description |
|---|---|
| QueryPageSettingsEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, QueryPageSettingsEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, QueryPageSettingsEventArgs) |