EndSection Method (TextFilter)
In This Topic
Called when the component finishes rendering each
Section.
Syntax
'Declaration
Public Overrides Sub EndSection( _
ByVal As Section _
)
public override void EndSection(
Section
)
Parameters
- section
- Section that was rendered.
See Also