ITransformerConfigurationControl::Succeeded Event

 

Occurs when transformer configuration is successfully completed.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

event EventHandler^ Succeeded {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The Web Parts control that implements ITransformerConfigurationControl raises this event when a transformer configuration is successfully completed.

.NET Framework
Available since 2.0
Return to top
Show: