ResponsiveProfileChangedEventArgs

Wisej.Web.ResponsiveProfileChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ResponsiveProfileChanged event.

public class ResponsiveProfileChangedEventArgs : EventArgs

Constructors

Initializes a new instance of the ResponsiveProfileChangedEventArgs class.

NameTypeDescription

oldValue

Previous ClientProfile.

newValue

New active ClientProfile.

Properties

ClientProfile: The new active profile.

ClientProfile: The previously active profile.

Used By

NameDescription

Represents the method that will handle the Application.ResponsiveProfileChanged event.

Last updated