Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the handler for the theme changed event.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Delegate Sub ThemeChangedEventHandler ( _
e As ThemeChangedEventArgs _
)
public delegate void ThemeChangedEventHandler(
ThemeChangedEventArgs e
)
public delegate void ThemeChangedEventHandler(
ThemeChangedEventArgs^ e
)
type ThemeChangedEventHandler =
delegate of
e:ThemeChangedEventArgs -> unit
JScript does not support delegates.