System.Xml.XmlProcessingInstruction.RemoveEventListener C# (CSharp) Method

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void
        public void RemoveEventListener(string type, HtmlEventHandlerWithTarget<XmlProcessingInstruction> listener)
        {
        }

Same methods

XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, System.Action listener ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, System.Action listener, bool capture ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandler listener, bool capture ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, IEventListener listener ) : void
XmlProcessingInstruction::RemoveEventListener ( XmlProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
XmlProcessingInstruction::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void