RepeaterCommandEventArgs::CommandSource Property

 

Gets the source of the command.

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

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

Property Value

Type: System::Object^

The command source.

Use this property to determine the source of the command.

The following example demonstrates how to determine the command source from the CommandSource property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: