System.Html.Mobile.BatteryManager.RemoveEventListener C# (CSharp) Method

RemoveEventListener() public method

public RemoveEventListener ( BatteryManagerEvents type, Action listener ) : void
type BatteryManagerEvents
listener Action
return void
        public void RemoveEventListener(BatteryManagerEvents type, Action listener)
        {
        }

Same methods

BatteryManager::RemoveEventListener ( BatteryManagerEvents type, Action listener, bool capture ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, HtmlEventHandler listener ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, HtmlEventHandler listener, bool capture ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, HtmlEventHandlerWithTarget listener ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, IEventListener listener ) : void
BatteryManager::RemoveEventListener ( BatteryManagerEvents type, IEventListener listener, bool capture ) : void
BatteryManager::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
BatteryManager::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void