VerificationCancelledEventArgs
Event arguments for when a verification was cancelled.
Type: Class
Namespace: ReCaptcha.Desktop.WPF.EventArgs
Assembly: ReCaptcha.Desktop.WPF
Inherits from: EventArgs
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