Skip to main content
Version: 3.5

ResponsiveProfileChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ResponsiveProfileChanged event.

public class ResponsiveProfileChangedEventArgs : EventArgs

Constructors

Instance memberResponsiveProfileChangedEventArgs(oldValue, newValue)

Initializes a new instance of the ResponsiveProfileChangedEventArgs class.

NameTypeDescription
oldValueClientProfilePrevious ClientProfile.
newValueClientProfileNew active ClientProfile.

Properties

Instance memberCurrentProfile

ClientProfile: The new active profile.

Instance memberPreviousProfile

ClientProfile: The previously active profile.

Used By

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