Interface IBindable
Interface IBindable
Implements the
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IBindable
Methods
View SourceOnPropertyChanged(String)
Called when [property changed].
Declaration
void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |