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

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

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

Same methods

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