ThemeChangedEventHandler Delegate
Implements the handler for the theme changed event.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Delegate Sub ThemeChangedEventHandler ( _
e As ThemeChangedEventArgs _
)
public delegate void ThemeChangedEventHandler(
ThemeChangedEventArgs e
)