ViewVariantsModule.VariantsProviderChanged Event
Occurs when the ViewVariantsModule.VariantsProvider property is changed.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Event Data
The VariantsProviderChanged event's data class is EventArgs.
Remarks
Handle this event if your code depends on a value of the ViewVariantsModule.VariantsProvider property and should properly handle its change.
See Also