[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Löst das Ereignis PropertyChanged aus.
Namespace: DynamicNode.Ext.CockpitAssembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Syntax
| C# |
|---|
protected virtual void OnPropertyChanged( string propName ) |
| Visual Basic |
|---|
Protected Overridable Sub OnPropertyChanged ( _ propName As String _ ) |
| F# |
|---|
abstract OnPropertyChanged : propName:string -> unit override OnPropertyChanged : propName:string -> unit |
Parameters
- propName
- Type: System..::..String
Der Name der geänderten Eigenschaft.