ResponsiveProfileChangedEventArgs
Wisej.Web.ResponsiveProfileChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the ResponsiveProfileChanged event.
Constructors
ResponsiveProfileChangedEventArgs(oldValue, newValue)
Initializes a new instance of the ResponsiveProfileChangedEventArgs class.
Name
Type
Description
Properties
CurrentProfile
ClientProfile: The new active profile.
PreviousProfile
ClientProfile: The previously active profile.
Used By
Name
Description
Represents the method that will handle the Application.ResponsiveProfileChanged event.
Last updated