DetailsViewCommandEventArgs::Handled Property
.NET Framework (current version)
Gets or sets a value that indicates whether the control has handled the event.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if data-bound event code was skipped or has finished running; otherwise, false.
Set this property to true in the event handler to specify that the DetailsView control should not handle the event because you are handling it in your code.
.NET Framework
Available since 4.5
Available since 4.5
Show: