PrinterEventArgs Members

PrinterEventArgs overview

Public Constructors

public constructorPrinterEventArgs Constructor Initializes a new instance of the PrinterEventArgs class.

Public Properties

public propertyPrinterInformation Gets a PrinterInformation class that holds the setup and state of the printer being monitored when the PrinterInformationChanged event occured.
public propertyEventTime Gets the date and time when the event occured.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

See Also

PrinterEventArgs Class