TypedXmlDocument.OnChildRetracted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnChildRetracted(Microsoft::RuleEngine::IRuleSetExecutor ^ executor, Microsoft::RuleEngine::TypedXmlDocument ^ child, Microsoft::RuleEngine::XPathPair ^ selector);
protected virtual void OnChildRetracted (Microsoft.RuleEngine.IRuleSetExecutor executor, Microsoft.RuleEngine.TypedXmlDocument child, Microsoft.RuleEngine.XPathPair selector);
abstract member OnChildRetracted : Microsoft.RuleEngine.IRuleSetExecutor * Microsoft.RuleEngine.TypedXmlDocument * Microsoft.RuleEngine.XPathPair -> unit
override this.OnChildRetracted : Microsoft.RuleEngine.IRuleSetExecutor * Microsoft.RuleEngine.TypedXmlDocument * Microsoft.RuleEngine.XPathPair -> unit
Protected Overridable Sub OnChildRetracted (executor As IRuleSetExecutor, child As TypedXmlDocument, selector As XPathPair)
Parameters
- executor
- IRuleSetExecutor
- child
- TypedXmlDocument
- selector
- XPathPair