VerificationCancelledEventArgs

Event arguments for when a verification was cancelled.

Type: Class
Namespace: ReCaptcha.Desktop.WinUI.EventArgs
Assembly: ReCaptcha.Desktop.WinUI
Inherits from: EventArgsopen in new window

public class VerificationCancelledEventArgs : System.EventArgs

Constructors

Creates new VerificationCancelledEventArgs.

public VerificationCancelledEventArgs()

Properties

OccurredAt

The date and time when it got cancelled.

Type: DateTime
Modifier: readonly
Default Value: DateTime.Now