FormView::ModeChanged Event
.NET Framework (current version)
Occurs when the FormView control switches between edit, insert, and read-only mode, but after the mode has changed.
Assembly: System.Web (in System.Web.dll)
The ModeChanged event is raised when a FormView control attempts to switch between edit, insert, and read-only mode, but after the mode actually changes. This allows you to provide an event-handling method that performs a custom routine, such as synchronizing the FormView control with another control, whenever this event occurs.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: