WindowClosedEventArgs(Int32[]) Constructor

Definitie

Initialiseert een nieuw exemplaar van de WindowClosedEventArgs klasse.

public:
 WindowClosedEventArgs(cli::array <int> ^ runtimeId);
public WindowClosedEventArgs(int[] runtimeId);
new System.Windows.Automation.WindowClosedEventArgs : int[] -> System.Windows.Automation.WindowClosedEventArgs
Public Sub New (runtimeId As Integer())

Parameters

runtimeId
Int32[]

De runtime-id van het venster dat is gesloten.

Van toepassing op