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

'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.

Parameters

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace