Skip to main content
Version: 4.1

ResponsiveProfileChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ResponsiveProfileChanged event.

public class ResponsiveProfileChangedEventArgs : EventArgs

Constructors

Instance member ResponsiveProfileChangedEventArgs(oldValue, newValue)

Initializes a new instance of the ResponsiveProfileChangedEventArgs class.

NameTypeDescription
oldValueClientProfilePrevious ClientProfile.
newValueClientProfileNew active ClientProfile.

Properties

Instance member CurrentProfile

ClientProfile: The new active profile.

Instance member PreviousProfile

ClientProfile: The previously active profile.

Used By

NameDescription
ResponsiveProfileChangedEventHandlerRepresents the method that will handle the Application.ResponsiveProfileChanged event.