System.Xml.XmlProcessingInstruction.AddEventListener C# (CSharp) Méthode

AddEventListener() public méthode

public AddEventListener ( XmlProcessingInstructionEvents type, System.Action listener ) : void
type XmlProcessingInstructionEvents
listener System.Action
Résultat void
        public void AddEventListener(XmlProcessingInstructionEvents type, Action listener)
        {
        }

Same methods

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 ) : void
XmlProcessingInstruction::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void