Share via


FeatureTreeConfigurationBase.OnFeatureActionChanged Method

Definition

Occurs when the feature action has been changed.

protected:
 void OnFeatureActionChanged(Microsoft::SqlServer::Configuration::FeatureTreeEventArgs ^ e);
protected void OnFeatureActionChanged (Microsoft.SqlServer.Configuration.FeatureTreeEventArgs e);
member this.OnFeatureActionChanged : Microsoft.SqlServer.Configuration.FeatureTreeEventArgs -> unit
Protected Sub OnFeatureActionChanged (e As FeatureTreeEventArgs)

Parameters

e
FeatureTreeEventArgs

The event arguments.

Applies to