WebPartCancelEventArgs::WebPart Property

 

Gets the Web Parts control involved in the cancelable event.

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

public:
property WebPart^ WebPart {
	WebPart^ get();
	void set(WebPart^ value);
}

.NET Framework
Available since 2.0
Return to top
Show: