OpenHome.Net.ControlPoint.Proxies.CpProxyAvOpenhomeOrgProduct1.ManufacturerImageUriPropertyChanged C# (CSharp) Method

ManufacturerImageUriPropertyChanged() private method

private ManufacturerImageUriPropertyChanged ( ) : void
return void
        private void ManufacturerImageUriPropertyChanged()
        {
            lock (iPropertyLock)
            {
                ReportEvent(iManufacturerImageUriChanged);
            }
        }
CpProxyAvOpenhomeOrgProduct1