ElementHost::OnPropertyChanged Method (String^, Object^)
.NET Framework (current version)
Notifies the PropertyMap that a property has changed.
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
Available since 3.0
Show: