IVsProjectDesignerPageSite.OnPropertyChanged Method

Definition

Raised after a property on the property page has changed.

public:
 void OnPropertyChanged(System::String ^ propertyName, System::ComponentModel::PropertyDescriptor ^ propertyDescriptor, System::Object ^ oldValue, System::Object ^ newValue);
[System.Runtime.InteropServices.DispId(1)]
public void OnPropertyChanged (string propertyName, System.ComponentModel.PropertyDescriptor propertyDescriptor, object oldValue, object newValue);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member OnPropertyChanged : string * System.ComponentModel.PropertyDescriptor * obj * obj -> unit
Public Sub OnPropertyChanged (propertyName As String, propertyDescriptor As PropertyDescriptor, oldValue As Object, newValue As Object)

Parameters

propertyName
String

The name of the property whose value has changed.

propertyDescriptor
PropertyDescriptor

A PropertyDescriptor that applies to the property.

oldValue
Object

The previous value of the property.

newValue
Object

The new value of the property.

Attributes

Applies to