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

AddEventListener() public method

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

Same methods

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