Interface ISelectedObject
Assembly: Experior.Interfaces.dll
Syntax
public interface ISelectedObject
Methods
PropertyChanged(String, Object)
Declaration
void PropertyChanged(string propertyname, object value)
Parameters
Type |
Name |
Description |
System.String |
propertyname |
|
System.Object |
value |
|
PropertyChanging(String, Object)
Declaration
void PropertyChanging(string propertyname, object value)
Parameters
Type |
Name |
Description |
System.String |
propertyname |
|
System.Object |
value |
|
PropertySelectionChanged(String)
Declaration
void PropertySelectionChanged(string propertyname)
Parameters
Type |
Name |
Description |
System.String |
propertyname |
|