System.Data.Offline.ApplicationCache.AddEventListener C# (CSharp) Метод

AddEventListener() публичный Метод

public AddEventListener ( ApplicationCacheEvents type, Action listener ) : void
type ApplicationCacheEvents
listener Action
Результат void
        public void AddEventListener(ApplicationCacheEvents type, Action listener)
        {
        }

Same methods

ApplicationCache::AddEventListener ( ApplicationCacheEvents type, Action listener, bool capture ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener, bool capture ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, IEventListener listener ) : void
ApplicationCache::AddEventListener ( ApplicationCacheEvents type, IEventListener listener, bool capture ) : void
ApplicationCache::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
ApplicationCache::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void