System.Data.IndexedDB.Transaction.RemoveEventListener C# (CSharp) Méthode

RemoveEventListener() public méthode

public RemoveEventListener ( TransactionEvents type, Action listener ) : void
type TransactionEvents
listener Action
Résultat void
        public void RemoveEventListener(TransactionEvents type, Action listener)
        {
        }

Same methods

Transaction::RemoveEventListener ( TransactionEvents type, Action listener, bool capture ) : void
Transaction::RemoveEventListener ( TransactionEvents type, HtmlEventHandler listener ) : void
Transaction::RemoveEventListener ( TransactionEvents type, HtmlEventHandler listener, bool capture ) : void
Transaction::RemoveEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener ) : void
Transaction::RemoveEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Transaction::RemoveEventListener ( TransactionEvents type, IEventListener listener ) : void
Transaction::RemoveEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
Transaction::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
Transaction::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void