asp.net.ph

DetailsViewCommandEventArgs Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Provides data for the ItemCommand event of a DetailsView control.

DetailsViewCommandEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DetailsViewCommandEventArgs ( Object commandSource , CommandEventArgs originalArgs )

Collapse   Properties

Visibility Name Value Type Accessibility
public CommandSource Object [ Get ]
public Handled Boolean [ Get , Set ]

Remarks

The ItemCommand event is raised whenever any button associated with an item in a DetailsView control is clicked.

This allows you to provide an event-handling method that performs a custom routine whenever this event occurs.

For a list of initial property values for an instance of DetailsViewCommandEventArgs, see the DetailsViewCommandEventArgs constructor.

For more information about handling events, see Web Forms Events Model.

See Also

DetailsView   DetailsViewCommandEventHandler Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note