ThemeChangedEventArgs(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.