ThemeChangedEventArgs(Int32) Constructor

Definition

Creates a new instance of the class with the specified message value.

public:
 ThemeChangedEventArgs(int message);
public:
 ThemeChangedEventArgs(int message);
 ThemeChangedEventArgs(int message);
public ThemeChangedEventArgs (int message);
new Microsoft.VisualStudio.PlatformUI.ThemeChangedEventArgs : int -> Microsoft.VisualStudio.PlatformUI.ThemeChangedEventArgs
Public Sub New (message As Integer)

Parameters

message
Int32

The message.

Applies to