PrintSystemObjectPropertiesChangedEventArgs(StringCollection) Constructor

Definition

Initializes a new instance of the PrintSystemObjectPropertiesChangedEventArgs class.

public:
 PrintSystemObjectPropertiesChangedEventArgs(System::Collections::Specialized::StringCollection ^ events);
public PrintSystemObjectPropertiesChangedEventArgs (System.Collections.Specialized.StringCollection events);
new System.Printing.PrintSystemObjectPropertiesChangedEventArgs : System.Collections.Specialized.StringCollection -> System.Printing.PrintSystemObjectPropertiesChangedEventArgs
Public Sub New (events As StringCollection)

Parameters

events
StringCollection

A collection of strings, each of which identifies a changed property.

Applies to