ProtocolAddressPropertyBagEditorNotifyPropertyChanged Method (String) |
Raises the PropertyChanged event.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected void NotifyPropertyChanged(
string propertyName = ""
)
Parameters
- propertyName (Optional)
- Type: SystemString
The name of the property that has changed.
See Also