Share via


WindowClosedEventArgs(Int32[]) Constructor

Definición

Inicializa una nueva instancia de la clase WindowClosedEventArgs.

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())

Parámetros

runtimeId
Int32[]

Identificador en tiempo de ejecución de la ventana que se ha cerrado.

Se aplica a