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

文字列のコレクション。各文字列は変更されたプロパティを識別します。

適用対象