Sdílet prostřednictvím


ReturnEventArgs<T> Konstruktory

Definice

Inicializuje novou instanci ReturnEventArgs<T> třídy s návratovou hodnotou.

Přetížení

ReturnEventArgs<T>()

Inicializuje novou instanci ReturnEventArgs<T> třídy.

ReturnEventArgs<T>(T)

Inicializuje novou instanci ReturnEventArgs<T> třídy s návratovou hodnotou.

ReturnEventArgs<T>()

Inicializuje novou instanci ReturnEventArgs<T> třídy.

public:
 ReturnEventArgs();
public ReturnEventArgs ();
Public Sub New ()

Platí pro

ReturnEventArgs<T>(T)

Inicializuje novou instanci ReturnEventArgs<T> třídy s návratovou hodnotou.

public:
 ReturnEventArgs(T result);
public ReturnEventArgs (T result);
new System.Windows.Navigation.ReturnEventArgs<'T> : 'T -> System.Windows.Navigation.ReturnEventArgs<'T>
Public Sub New (result As T)

Parametry

result
T

Hodnota, která se má vrátit.

Platí pro