DataPagerFieldCommandEventArgs::CommandSource Property

 

Gets the control that raised the event.

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

public:
property Object^ CommandSource {
	Object^ get();
}

Property Value

Type: System::Object^

The control that raised the event.

.NET Framework
Available since 3.5
Return to top
Show: