Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DetailsViewModeEventArgs Constructor (DetailsViewMode, Boolean)

 

Initializes a new instance of the DetailsViewModeEventArgs class.

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

public:
DetailsViewModeEventArgs(
	DetailsViewMode mode,
	bool cancelingEdit
)

Parameters

mode
Type: System.Web.UI.WebControls::DetailsViewMode

One of the DetailsViewMode enumeration values.

cancelingEdit
Type: System::Boolean

true to indicate the ModeChanging event was raised as a result of the user canceling an edit operation; otherwise, false.

Use this constructor to initialize a new instance of the DetailsViewModeEventArgs class.

The following table shows initial property values for an instance of the DetailsViewModeEventArgs class.

Property

Initial Value

CancelingEdit

The value of the cancelingEdit parameter.

NewMode

The value of the mode parameter.

System_CAPS_noteNote

This constructor is used primarily by control developers when raising events.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft