Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- CngKeyBlobFormat.cs
- DateTimeFormatInfoScanner.cs
- TabControlDesigner.cs
- PerformanceCounterPermissionEntry.cs
- Clause.cs
- DesignTimeTemplateParser.cs
- Mapping.cs
- PerformanceCounterLib.cs
- ExpressionBuilder.cs
- TableLayoutSettings.cs
- GrammarBuilderRuleRef.cs
- XpsLiterals.cs
- FileChangesMonitor.cs
- DataGridState.cs
- SystemIcons.cs
- CornerRadius.cs
- MaskInputRejectedEventArgs.cs
- TwoPhaseCommit.cs
- Application.cs
- Transform3D.cs
- ParserStreamGeometryContext.cs
- DataGridViewLinkCell.cs
- ServiceModelActivationSectionGroup.cs
- AttributeInfo.cs
- ClrPerspective.cs
- TemplateBuilder.cs
- InputReferenceExpression.cs
- Random.cs
- UrlMapping.cs
- CalendarDay.cs
- EventSetter.cs
- CompilationUnit.cs
- WCFModelStrings.Designer.cs
- CustomValidator.cs
- PropertyValueChangedEvent.cs
- SiteIdentityPermission.cs
- EntityDataSourceContainerNameItem.cs
- XamlTreeBuilderBamlRecordWriter.cs
- FormViewDeleteEventArgs.cs
- DesignSurface.cs
- WriteableBitmap.cs
- EventProperty.cs
- WpfPayload.cs
- DataStreamFromComStream.cs
- UrlRoutingHandler.cs
- SmiRequestExecutor.cs
- ListBoxItem.cs
- TextEditorDragDrop.cs
- GestureRecognitionResult.cs
- FileInfo.cs
- cookiecollection.cs
- WhitespaceRuleLookup.cs
- DefaultProxySection.cs
- ClientSettingsStore.cs
- DiffuseMaterial.cs
- SortFieldComparer.cs
- TextTreeDeleteContentUndoUnit.cs
- VirtualDirectoryMapping.cs
- HttpListenerRequestTraceRecord.cs
- DeclaredTypeElementCollection.cs
- AutoScrollExpandMessageFilter.cs
- DataProtection.cs
- DiagnosticsConfigurationHandler.cs
- MobileControlsSectionHelper.cs
- relpropertyhelper.cs
- ExpressionLexer.cs
- RenderDataDrawingContext.cs
- Rectangle.cs
- GridViewRowPresenter.cs
- SafeBitVector32.cs
- UnauthorizedAccessException.cs
- ServiceRouteHandler.cs
- RewritingProcessor.cs
- SingleSelectRootGridEntry.cs
- XmlSortKey.cs
- DBCommandBuilder.cs
- basenumberconverter.cs
- HtmlLinkAdapter.cs
- FullTextState.cs
- UnionCodeGroup.cs
- CodeParameterDeclarationExpression.cs
- XPathConvert.cs
- Asn1IntegerConverter.cs
- ArrayConverter.cs
- EditCommandColumn.cs
- GroupQuery.cs
- Operand.cs
- ImplicitInputBrush.cs
- CustomAssemblyResolver.cs
- NumericExpr.cs
- TextOnlyOutput.cs
- ShellProvider.cs
- Rotation3DAnimation.cs
- HealthMonitoringSection.cs
- Vector3dCollection.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- _NTAuthentication.cs
- ZeroOpNode.cs
- CompiledScopeCriteria.cs
- RuleAttributes.cs