Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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; } ////// public int AffectedRows { get { return _affectedRows; } } ///Gets the source of the command. This property is read-only. ////// public Exception Exception { get { return _exception; } } ///Gets the exception (if any) that occurred during the operation. This property is read-only. ////// public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } ///Gets a flag telling whether the exception was handled. ////// public bool KeepInInsertMode { get { return _keepInInsertMode; } set { _keepInInsertMode = value; } } ///Gets or sets whether the control should be rebound. ////// 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. //------------------------------------------------------------------------------ //Gets a OrderedDictionary to populate with updated row values. This property is read-only. ///// 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; } ////// public int AffectedRows { get { return _affectedRows; } } ///Gets the source of the command. This property is read-only. ////// public Exception Exception { get { return _exception; } } ///Gets the exception (if any) that occurred during the operation. This property is read-only. ////// public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } ///Gets a flag telling whether the exception was handled. ////// public bool KeepInInsertMode { get { return _keepInInsertMode; } set { _keepInInsertMode = value; } } ///Gets or sets whether the control should be rebound. ////// 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.Gets a OrderedDictionary to populate with updated row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NavigationPropertySingletonExpression.cs
- AnnotationResource.cs
- XmlToDatasetMap.cs
- CompositeDataBoundControl.cs
- CommandManager.cs
- _UriSyntax.cs
- ReferenceConverter.cs
- ProxyDataContractResolver.cs
- UInt16Storage.cs
- WebPartConnectionsConnectVerb.cs
- ContentDefinition.cs
- DocumentsTrace.cs
- ProcessModule.cs
- __Filters.cs
- ObjectView.cs
- ClientType.cs
- FontNamesConverter.cs
- CaseStatement.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- GreenMethods.cs
- HtmlElementCollection.cs
- SchemaTypeEmitter.cs
- Types.cs
- SettingsSection.cs
- GridViewHeaderRowPresenter.cs
- Errors.cs
- XPathEmptyIterator.cs
- SQLDateTime.cs
- UnsafeNativeMethodsMilCoreApi.cs
- MetadataUtil.cs
- UInt16Converter.cs
- formatter.cs
- TogglePattern.cs
- BoolExpression.cs
- ValidatorCollection.cs
- SendKeys.cs
- VisualBrush.cs
- NameTable.cs
- EnumDataContract.cs
- DocumentViewerConstants.cs
- HttpListenerException.cs
- ErrorTableItemStyle.cs
- SafeRightsManagementSessionHandle.cs
- ProcessHost.cs
- DependencyObjectType.cs
- Function.cs
- TreeWalker.cs
- PngBitmapDecoder.cs
- BitmapEffectInputData.cs
- WorkflowEnvironment.cs
- MailWebEventProvider.cs
- CodeDOMUtility.cs
- EnumerableRowCollectionExtensions.cs
- IgnoreFileBuildProvider.cs
- IPPacketInformation.cs
- VScrollBar.cs
- SupportingTokenParameters.cs
- CustomGrammar.cs
- SyntaxCheck.cs
- CodeSnippetTypeMember.cs
- WmlValidatorAdapter.cs
- HtmlImage.cs
- HttpApplicationFactory.cs
- TransactionInformation.cs
- RuleRefElement.cs
- ResourceSet.cs
- CategoryGridEntry.cs
- EditorAttribute.cs
- ShapingWorkspace.cs
- CapabilitiesAssignment.cs
- TextTreeInsertUndoUnit.cs
- safesecurityhelperavalon.cs
- SecondaryViewProvider.cs
- EditorAttribute.cs
- QilGeneratorEnv.cs
- XmlCharacterData.cs
- KoreanCalendar.cs
- FontStretches.cs
- _ContextAwareResult.cs
- RealProxy.cs
- SocketPermission.cs
- RemoveStoryboard.cs
- Vector3DCollectionValueSerializer.cs
- COM2Enum.cs
- UpdateManifestForBrowserApplication.cs
- EventSourceCreationData.cs
- WebPartCatalogCloseVerb.cs
- NameSpaceEvent.cs
- WebServiceHandler.cs
- SQLSingleStorage.cs
- PluralizationServiceUtil.cs
- InputScopeAttribute.cs
- DynamicMethod.cs
- safelinkcollection.cs
- ConfigurationStrings.cs
- PropertyTab.cs
- TableLayoutPanelCellPosition.cs
- _NtlmClient.cs
- DateTime.cs
- WeakRefEnumerator.cs