Skip to main content

ThemeManager.AddThemeChangedHandler(IThemeChangingHandler) Method

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 IThemeChangingHandler

The handler that specifies the added delegate.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The added reference still allows the object to be garbage collected.

See Also