IVsProjectDesignerPageSite.OnPropertyChanging Method

Definition

Raised before a property value is changed.

public:
 void OnPropertyChanging(System::String ^ propertyName, System::ComponentModel::PropertyDescriptor ^ propertyDescriptor);
[System.Runtime.InteropServices.DispId(2)]
public void OnPropertyChanging (string propertyName, System.ComponentModel.PropertyDescriptor propertyDescriptor);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member OnPropertyChanging : string * System.ComponentModel.PropertyDescriptor -> unit
Public Sub OnPropertyChanging (propertyName As String, propertyDescriptor As PropertyDescriptor)

Parameters

propertyName
String

The name of the property to be changed.

propertyDescriptor
PropertyDescriptor

A PropertyDescriptor that applies to the property.

Attributes

Applies to