FeatureChangedEventArgs(String, Boolean) 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 an instance of FeatureChangedEventArgs.
public:
FeatureChangedEventArgs(System::String ^ featureName, bool isEnabled);
public FeatureChangedEventArgs (string featureName, bool isEnabled);
new Microsoft.VisualStudio.Utilities.FeatureChangedEventArgs : string * bool -> Microsoft.VisualStudio.Utilities.FeatureChangedEventArgs
Public Sub New (featureName As String, isEnabled As Boolean)
Parameters
- featureName
- String
Name of feature that was changed
- isEnabled
- Boolean
New value of the feature state