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

RemoveEventListener() public méthode

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

Same methods

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