Share via


PrintSystemObjectPropertiesChangedEventArgs(StringCollection) 构造函数

定义

初始化 PrintSystemObjectPropertiesChangedEventArgs 类的新实例。

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)

参数

events
StringCollection

一个字符串集合,每个字符串均可标识一个更改的属性。

适用于