RaumfeldNET.ZoneTitleListManager.eventListDataReady C# (CSharp) Méthode

eventListDataReady() protected méthode

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