ReturnEventArgs<T> Klasa

Definicja

Udostępnia dane dla zdarzenia Return.

generic <typename T>
public ref class ReturnEventArgs : EventArgs
public class ReturnEventArgs<T> : EventArgs
type ReturnEventArgs<'T> = class
    inherit EventArgs
Public Class ReturnEventArgs(Of T)
Inherits EventArgs

Parametry typu

T

Typ wartości zwracanej.

Dziedziczenie
ReturnEventArgs<T>

Konstruktory

ReturnEventArgs<T>()

Inicjuje nowe wystąpienie klasy ReturnEventArgs<T>.

ReturnEventArgs<T>(T)

Inicjuje ReturnEventArgs<T> nowe wystąpienie klasy z wartością zwracaną.

Właściwości

Result

Pobiera lub ustawia wartość zwracaną przez funkcję page.

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera bieżące wystąpienie.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy