maui-linux/Xamarin.Forms.Core/IPropertyPropagationControl...

7 строки
129 B
C#

namespace Xamarin.Forms
{
interface IPropertyPropagationController
{
void PropagatePropertyChanged(string propertyName);
}
}