RaumfeldNET.MediaList.eventListDataReady C# (CSharp) Method

eventListDataReady() protected method

protected eventListDataReady ( ) : void
return void
        protected void eventListDataReady()
        {
            if (listDataReady != null) this.listDataReady(listId);
        }