ThemeManager.AddThemeChangedHandler(IThemeChangingHandler) Method
In This Article
Adds a weak reference to a delegate that will be used to handle the ThemeManager.ThemeChanged event.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public static void AddThemeChangedHandler(
IThemeChangingHandler handler
)
#Parameters
Name | Type | Description |
---|---|---|
handler | ITheme |
The handler that specifies the added delegate. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The added reference still allows the object to be garbage collected.
See Also