ValidationRequestedEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ValidationRequestedEventArgs() |
Erstellt eine neue Instanz von ValidationRequestedEventArgs. |
| ValidationRequestedEventArgs(CancellationToken) |
Erstellt eine neue Instanz mit ValidationRequestedEventArgs dem angegebenen CancellationToken. |
ValidationRequestedEventArgs()
Erstellt eine neue Instanz von ValidationRequestedEventArgs.
public:
ValidationRequestedEventArgs();
public ValidationRequestedEventArgs();
Public Sub New ()
Gilt für:
ValidationRequestedEventArgs(CancellationToken)
Erstellt eine neue Instanz mit ValidationRequestedEventArgs dem angegebenen CancellationToken.
public ValidationRequestedEventArgs(System.Threading.CancellationToken cancellationToken);
new Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs : System.Threading.CancellationToken -> Microsoft.AspNetCore.Components.Forms.ValidationRequestedEventArgs
Public Sub New (cancellationToken As CancellationToken)
Parameter
- cancellationToken
- CancellationToken
Ein Token, das signalisiert, wenn der Aufrufer den Abbruch des asynchronen Validierungsdurchlaufs in Flight angefordert hat.