Skip to main content
Version: 3.5

ResponsiveProfileChangedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public delegate void ResponsiveProfileChangedEventHandler(Object sender, ResponsiveProfileChangedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eResponsiveProfileChangedEventArgsA ResponsiveProfileChangedEventArgs that contains the event data.

Fired By

NameDescription
Control.ResponsiveProfileChangedFired when the active responsive profile is changed.
Application.ResponsiveProfileChangedFired when the active responsive profile is changed.