SettingsPropertyCollection.OnRemoveComplete(SettingsProperty) Method

Definition

Performs additional, custom processing after removing the contents of the SettingsPropertyCollection instance.

protected:
 virtual void OnRemoveComplete(System::Configuration::SettingsProperty ^ property);
protected virtual void OnRemoveComplete (System.Configuration.SettingsProperty property);
abstract member OnRemoveComplete : System.Configuration.SettingsProperty -> unit
override this.OnRemoveComplete : System.Configuration.SettingsProperty -> unit
Protected Overridable Sub OnRemoveComplete (property As SettingsProperty)

Parameters

property
SettingsProperty

A SettingsProperty object.

Applies to