System.Html.Media.VTTCue.RemoveEventListener C# (CSharp) Method

RemoveEventListener() public method

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

Same methods

VTTCue::RemoveEventListener ( VTTCueEvents type, Action listener, bool capture ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener, bool capture ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, IEventListener listener ) : void
VTTCue::RemoveEventListener ( VTTCueEvents type, IEventListener listener, bool capture ) : void
VTTCue::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
VTTCue::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void