Class EventPrinterNamesArgs
Event arguments carrying the alternative printer display names, keyed by printer slot index, supplied to the printers configuration dialog.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class EventPrinterNamesArgs
Constructors
View SourceEventPrinterNamesArgs(SortedList<int, string>)
Declaration
public EventPrinterNamesArgs(SortedList<int, string> init_names)
Parameters
| Type | Name | Description |
|---|---|---|
| SortedList<int, string> | init_names |
Fields
View SourcePrinterNames
Declaration
public SortedList<int, string> PrinterNames
Field Value
| Type | Description |
|---|---|
| SortedList<int, string> |