MenuEventArgs::CommandSource Property

 

Gets the Object that raised the event.

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

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

Property Value

Type: System::Object^

The Object that raised the event.

Use the CommandSource property to access the Object that raised the event.

.NET Framework
Available since 2.0
Return to top
Show: