Search Results for

    Show / Hide Table of Contents

    Class EventPrinterNamesArgs

    Event arguments carrying the alternative printer display names, keyed by printer slot index, supplied to the printers configuration dialog.

    Inheritance
    object
    EventPrinterNamesArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class EventPrinterNamesArgs

    Constructors

    View Source

    EventPrinterNamesArgs(SortedList<int, string>)

    Declaration
    public EventPrinterNamesArgs(SortedList<int, string> init_names)
    Parameters
    Type Name Description
    SortedList<int, string> init_names

    Fields

    View Source

    PrinterNames

    Declaration
    public SortedList<int, string> PrinterNames
    Field Value
    Type Description
    SortedList<int, string>
    • View Source
    In this article
    Back to top Generated by DocFX