ValidationRequestedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ValidationRequestedEventArgs() |
Creates a new instance of ValidationRequestedEventArgs. |
| ValidationRequestedEventArgs(CancellationToken) |
Creates a new instance of ValidationRequestedEventArgs with the specified CancellationToken. |
ValidationRequestedEventArgs()
Creates a new instance of ValidationRequestedEventArgs.
public:
ValidationRequestedEventArgs();
public ValidationRequestedEventArgs();
Public Sub New ()
Applies to
ValidationRequestedEventArgs(CancellationToken)
Creates a new instance of ValidationRequestedEventArgs with the specified 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)
Parameters
- cancellationToken
- CancellationToken
A token that signals when the caller has requested cancellation of the in-flight async validation pass.