FeatureUpdatedEventArgs(String) 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 FeatureUpdatedEventArgs.
public:
FeatureUpdatedEventArgs(System::String ^ featureName);
public FeatureUpdatedEventArgs (string featureName);
new Microsoft.VisualStudio.Utilities.FeatureUpdatedEventArgs : string -> Microsoft.VisualStudio.Utilities.FeatureUpdatedEventArgs
Public Sub New (featureName As String)
Parameters
- featureName
- String
Name of feature that was updated