SettingsPropertyCollection.OnRemove(SettingsProperty) Method

Definition

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

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

Parameters

property
SettingsProperty

A SettingsProperty object.

Applies to