ResponsiveProfileChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ResponsiveProfileChanged event.
- C#
- VB.NET
public class ResponsiveProfileChangedEventArgs : EventArgs
Public Class ResponsiveProfileChangedEventArgs
Inherits EventArgs
Constructors
ResponsiveProfileChangedEventArgs(oldValue, newValue)
Initializes a new instance of the ResponsiveProfileChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| oldValue | ClientProfile | Previous ClientProfile. |
| newValue | ClientProfile | New active ClientProfile. |
Properties
CurrentProfile
ClientProfile: The new active profile.
PreviousProfile
ClientProfile: The previously active profile.
Used By
| Name | Description |
|---|---|
| ResponsiveProfileChangedEventHandler | Represents the method that will handle the Application.ResponsiveProfileChanged event. |