Click or drag to resize
IXslFilterNeedEnd Property
Whether this filter's End method has to be called.

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
bool NeedEnd { get; }

Property Value

Type: Boolean
true if you want End to be called; otherwise, false.
See Also