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

RemoveEventListener() public méthode

public RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, Action listener ) : void
type XmlStylesheetProcessingInstructionEvents
listener Action
Résultat void
        public void RemoveEventListener(XmlStylesheetProcessingInstructionEvents type, Action listener)
        {
        }

Same methods

XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, Action listener, bool capture ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, HtmlEventHandler listener, bool capture ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, IEventListener listener ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( XmlStylesheetProcessingInstructionEvents type, IEventListener listener, bool capture ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
XmlStylesheetProcessingInstruction::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void