RaumfeldNET.ZoneTitleListManager.eventListDataReady C# (CSharp) Method

eventListDataReady() protected method

protected eventListDataReady ( String _listId ) : void
_listId String
return void
        protected override void eventListDataReady(String _listId)
        {
            if (trackListReady != null) trackListReady(_listId, _listId);
        }