ReCaptchaResizedEventArgs

Event arguments for when a reCAPTCHA widget was resized.

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

public class ReCaptchaResizedEventArgs : System.EventArgs

Constructors

Creates new ReCaptchaResizedEventArgs.

[JsonConstructor]
public ReCaptchaResizedEventArgs(
    int width,
    int height)
ParameterDescription
int widthThe new width of the reCAPTCHA widget.
int heightThe new height of the reCAPTCHA widget.

Properties

Width

The new width of the reCAPTCHA widget.

Type: int
Modifier: readonly, [JsonPropertyName("width")]
Default Value: none

Height

The new height of the reCAPTCHA widget.

Type: int
Modifier: readonly, [JsonPropertyName("width")]
Default Value: none

OccurredAt

The date and time when it got resized.

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