Call this when a property changes
Namespace: AppCan.Core.ComponentAssembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void InvokePropertyChanged( string propertyName ) |
Visual Basic |
---|
Protected Overridable Sub InvokePropertyChanged ( _ propertyName As String _ ) |
Visual C++ |
---|
protected: virtual void InvokePropertyChanged( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
The name of the property that changed