CUE.NET.Devices.Generic.EventArgs.LedsUpdatingEventArgs.LedsUpdatingEventArgs C# (CSharp) Method

LedsUpdatingEventArgs() public method

public LedsUpdatingEventArgs ( ICollection updatingLeds ) : System.Collections.Generic
updatingLeds ICollection
return System.Collections.Generic
        public LedsUpdatingEventArgs(ICollection<LedUpateRequest> updatingLeds)
        {
            this.UpdatingLeds = updatingLeds;
        }
LedsUpdatingEventArgs