PopupBoundsChangingEventArgs Class
File
wijmo.input.js
Module
wijmo.input
Base Class
CancelEventArgs

Provides arguments for the Popup control's sizeChanging and positionChanging events.

Constructor

Properties

Events

Constructor

constructor

constructor(bounds: Rect): PopupBoundsChangingEventArgs

Initializes a new instance of the PopupBoundsChangingEventArgs class.

Parameters
Returns
PopupBoundsChangingEventArgs

Properties

bounds

Gets a Rect that represents the bounds of the Popup control.

Type
Rect

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

Events

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs