DataListCommandEventArgs::CommandSource Property
.NET Framework (current version)
Gets the source of the command.
Assembly: System.Web (in System.Web.dll)
Use the CommandSource property to determine the command source that raised the event. This property is commonly used to determine which command raises the event. You can then take appropriate action, based on the command.
.NET Framework
Available since 1.1
Available since 1.1
Show: