jQuery/JS Common - Utils - devices - Events
This section describes the events exposed by the DevExpress.devices namespace.
orientationChanged
Fires after device orientation is changed.
                        Type:
        
        Event
Use the on(eventName, eventHandler) method to subscribe to this event and the off(eventName) method to unsubscribe from it.
Feedback