System.Web.UI.WebControls.XmlDataSource.Transforming Event

Occurs before the style sheet that is defined by the XmlDataSource.Transform property or identified by the XmlDataSource.TransformFile property is applied to XML data.

Syntax

public event EventHandler Transforming

Remarks

Handle the XmlDataSource.Transforming event to set the XmlDataSource.TransformArgumentList property with an System.Xml.Xsl.XsltArgumentList object before the System.Web.UI.WebControls.XmlDataSource control performs an XML transformation.

For more information about handling events, see [<topic://cpconEventsOverview>].

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0