ElementHost::OnPropertyChanged Method (String^, Object^)

 

Notifies the PropertyMap that a property has changed.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Window = UIPermissionWindow::AllWindows)]
virtual void OnPropertyChanged(
	String^ propertyName,
	Object^ value
)

Parameters

propertyName
Type: System::String^

The name of the property that has changed and requires translation.

value
Type: System::Object^

The new value of the property.

SecurityAction::InheritanceDemand

for full trust for inheritors. This member cannot be inherited by partially trusted code.

.NET Framework
Available since 3.0
Return to top
Show: