Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewInsertedEventArgs.cs / 1 / ListViewInsertedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Collections.Specialized;
using System.ComponentModel;
namespace System.Web.UI.WebControls {
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class ListViewInsertedEventArgs : EventArgs {
private int _affectedRows;
private Exception _exception;
private bool _exceptionHandled;
private IOrderedDictionary _values;
private bool _keepInInsertMode;
public ListViewInsertedEventArgs(int affectedRows, Exception exception) {
_affectedRows = affectedRows;
_exceptionHandled = false;
_exception = exception;
_keepInInsertMode = false;
}
///
/// Gets the source of the command. This property is read-only.
///
public int AffectedRows {
get {
return _affectedRows;
}
}
///
/// Gets the exception (if any) that occurred during the operation. This property is read-only.
///
public Exception Exception {
get {
return _exception;
}
}
///
/// Gets a flag telling whether the exception was handled.
///
public bool ExceptionHandled {
get {
return _exceptionHandled;
}
set {
_exceptionHandled = value;
}
}
///
/// Gets or sets whether the control should be rebound.
///
public bool KeepInInsertMode {
get {
return _keepInInsertMode;
}
set {
_keepInInsertMode = value;
}
}
///
/// Gets a OrderedDictionary to populate with updated row values. This property is read-only.
///
public IOrderedDictionary Values {
get {
if (_values == null) {
_values = new OrderedDictionary();
}
return _values;
}
}
internal void SetValues(IOrderedDictionary values) {
_values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Collections.Specialized;
using System.ComponentModel;
namespace System.Web.UI.WebControls {
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class ListViewInsertedEventArgs : EventArgs {
private int _affectedRows;
private Exception _exception;
private bool _exceptionHandled;
private IOrderedDictionary _values;
private bool _keepInInsertMode;
public ListViewInsertedEventArgs(int affectedRows, Exception exception) {
_affectedRows = affectedRows;
_exceptionHandled = false;
_exception = exception;
_keepInInsertMode = false;
}
///
/// Gets the source of the command. This property is read-only.
///
public int AffectedRows {
get {
return _affectedRows;
}
}
///
/// Gets the exception (if any) that occurred during the operation. This property is read-only.
///
public Exception Exception {
get {
return _exception;
}
}
///
/// Gets a flag telling whether the exception was handled.
///
public bool ExceptionHandled {
get {
return _exceptionHandled;
}
set {
_exceptionHandled = value;
}
}
///
/// Gets or sets whether the control should be rebound.
///
public bool KeepInInsertMode {
get {
return _keepInInsertMode;
}
set {
_keepInInsertMode = value;
}
}
///
/// Gets a OrderedDictionary to populate with updated row values. This property is read-only.
///
public IOrderedDictionary Values {
get {
if (_values == null) {
_values = new OrderedDictionary();
}
return _values;
}
}
internal void SetValues(IOrderedDictionary values) {
_values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BoundColumn.cs
- PathNode.cs
- ValueProviderWrapper.cs
- Size3DValueSerializer.cs
- DataRowExtensions.cs
- DataGridViewRowPrePaintEventArgs.cs
- CmsInterop.cs
- DataViewManagerListItemTypeDescriptor.cs
- UserNamePasswordValidationMode.cs
- XmlSchemaParticle.cs
- ComponentResourceManager.cs
- ApplicationException.cs
- ServiceDescriptionSerializer.cs
- SQLMembershipProvider.cs
- IPGlobalProperties.cs
- WebServiceResponse.cs
- ChangePassword.cs
- validationstate.cs
- CdpEqualityComparer.cs
- PartialTrustHelpers.cs
- DynamicILGenerator.cs
- UserControlCodeDomTreeGenerator.cs
- GlobalEventManager.cs
- WS2007FederationHttpBinding.cs
- CodeTypeMember.cs
- DataControlFieldCollection.cs
- ProfileSettings.cs
- CuspData.cs
- BypassElementCollection.cs
- TextBoxAutoCompleteSourceConverter.cs
- KnowledgeBase.cs
- BitmapEffectDrawingContent.cs
- ContentHostHelper.cs
- ElementAction.cs
- PenLineCapValidation.cs
- FamilyCollection.cs
- ActivityInterfaces.cs
- DesignerLoader.cs
- KeyGestureValueSerializer.cs
- UpdateRecord.cs
- ScriptServiceAttribute.cs
- QueryStack.cs
- GuidelineSet.cs
- shaperfactory.cs
- CharEntityEncoderFallback.cs
- GifBitmapDecoder.cs
- TaskFileService.cs
- NativeMethods.cs
- AddValidationError.cs
- DataGridItem.cs
- XmlSerializerNamespaces.cs
- RepeaterItem.cs
- SqlCacheDependencyDatabaseCollection.cs
- StringToken.cs
- NumericUpDownAcceleration.cs
- X509AudioLogo.cs
- GeneratedCodeAttribute.cs
- XamlStream.cs
- CodeConditionStatement.cs
- LinearKeyFrames.cs
- ConfigXmlDocument.cs
- DomainConstraint.cs
- FormViewPageEventArgs.cs
- TraceRecord.cs
- ConfigurationValue.cs
- LabelDesigner.cs
- EndpointDiscoveryMetadata.cs
- SoapIgnoreAttribute.cs
- PtsContext.cs
- TagPrefixInfo.cs
- PropertyConverter.cs
- CancellationHandlerDesigner.cs
- ListViewTableCell.cs
- UserControlCodeDomTreeGenerator.cs
- XPathArrayIterator.cs
- SourceChangedEventArgs.cs
- DataGridHeaderBorder.cs
- PropertyPathConverter.cs
- BitmapImage.cs
- ServicesExceptionNotHandledEventArgs.cs
- Translator.cs
- CookielessData.cs
- TraceListener.cs
- ImageListStreamer.cs
- GroupBoxAutomationPeer.cs
- ConfigurationSettings.cs
- InkPresenter.cs
- ControlAdapter.cs
- LineBreak.cs
- ValidationErrorEventArgs.cs
- FunctionImportMapping.cs
- XPathPatternBuilder.cs
- util.cs
- ValidationUtility.cs
- PlatformNotSupportedException.cs
- PeerSecurityHelpers.cs
- WSSecureConversationDec2005.cs
- KeyValuePairs.cs
- HtmlControlPersistable.cs
- XmlWriter.cs