ReturnEventArgs<T> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.