Search Results for

    Show / Hide Table of Contents

    Class EventPrinterNamesArgs

    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

    EventPrinterNamesArgs(SortedList<int, string>)

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

    Fields

    PrinterNames

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