ASPxClientGlobalEvents.BrowserWindowResized Event
In This Article
Occurs when the browser window is being resized.
#Declaration
TypeScript
BrowserWindowResized: ASPxClientEvent<ASPxClientEventHandler<ASPxClientGlobalEvents>>
#Event Data
The BrowserWindowResized event's data class is ASPxClientEventArgs.
See Also