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

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

Property Value

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