ReCaptchaResizedEventArgs
Event arguments for when a reCAPTCHA widget was resized.
Type: Class 
Namespace: ReCaptcha.Desktop.UWP.EventArgs
Assembly: ReCaptcha.Desktop.UWP
Inherits from: EventArgs
public class ReCaptchaResizedEventArgs : System.EventArgs
Constructors
Creates new ReCaptchaResizedEventArgs.
[JsonConstructor]
public ReCaptchaResizedEventArgs(
    int width,
    int height)
| Parameter | Description | 
|---|---|
| intwidth | The new width of the reCAPTCHA widget. | 
| intheight | The 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