System.Data.IndexedDB.Transaction.AddEventListener C# (CSharp) Метод

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

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

Same methods

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