ADL.AddLiveServiceEventDispatcher.onDeviceListChanged C# (CSharp) Method

onDeviceListChanged() public method

public onDeviceListChanged ( DeviceListChangedEvent e ) : void
e DeviceListChangedEvent
return void
        public virtual void onDeviceListChanged(DeviceListChangedEvent e)
        {
            if (DeviceListChanged != null)
                DeviceListChanged(this, e);
        }