Version

IFiltering Interface Members

The following tables list the members exposed by IFiltering.

Public Properties
 NameDescription
 PropertyBeforeFilterItemApplyTemplateHandledIndicates whether the BeforeFilterItemApplyTemplate event is handled  
 PropertyBeforeFilterItemMatchTemplateHandledIndicates whether the BeforeFilterItemMatchTemplate event is handled  
 PropertyFilterItemXmlAttributesHandledIndicates whether the FilterItemXmlAttributes event is handled  
Public Methods
 NameDescription
 MethodOnBeforeFilterItemApplyTemplateRaises the BeforeFilterItemApplyTemplate event.  
 MethodOnBeforeFilterItemMatchTemplateRaises the BeforeFilterItemMatchTemplate event.  
 MethodOnFilterItemXmlAttributesRaises the FilterItemXmlAttributes event.  
Public Events
 NameDescription
 EventBeforeFilterItemApplyTemplateEvent that should be raised before Item apply template is rendered.  
 EventBeforeFilterItemMatchTemplateEvent that should be raised before Item match is rendered.  
 EventFilterItemXmlAttributesEvent that should be raised after Fileting has added XmlAttributes to its Item, so other XmlAttributes can be added.  
See Also