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 / LinqDataSourceDeleteEventArgs.cs / 2 / LinqDataSourceDeleteEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceDeleteEventArgs : CancelEventArgs { private LinqDataSourceValidationException _exception; private bool _exceptionHandled; private object _originalObject; [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "object", Justification = "Names are consistent with those used in the ObjectDataSource classes")] public LinqDataSourceDeleteEventArgs(object originalObject) { _originalObject = originalObject; } public LinqDataSourceDeleteEventArgs(LinqDataSourceValidationException exception) { _exception = exception; } public LinqDataSourceValidationException Exception { get { return _exception; } } public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } public object OriginalObject { get { return _originalObject; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceDeleteEventArgs : CancelEventArgs { private LinqDataSourceValidationException _exception; private bool _exceptionHandled; private object _originalObject; [SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "object", Justification = "Names are consistent with those used in the ObjectDataSource classes")] public LinqDataSourceDeleteEventArgs(object originalObject) { _originalObject = originalObject; } public LinqDataSourceDeleteEventArgs(LinqDataSourceValidationException exception) { _exception = exception; } public LinqDataSourceValidationException Exception { get { return _exception; } } public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } public object OriginalObject { get { return _originalObject; } } } } // 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
- CodeMethodInvokeExpression.cs
- HtmlWindow.cs
- NameTable.cs
- WizardDesigner.cs
- TargetInvocationException.cs
- StyleCollection.cs
- PageWrapper.cs
- Bold.cs
- ProcessProtocolHandler.cs
- EdmError.cs
- WeakRefEnumerator.cs
- InstanceNormalEvent.cs
- WebPartConnectionsConnectVerb.cs
- SqlGatherProducedAliases.cs
- RadioButtonStandardAdapter.cs
- CompensationHandlingFilter.cs
- MemberInfoSerializationHolder.cs
- ResourceProviderFactory.cs
- RtfNavigator.cs
- DistributedTransactionPermission.cs
- FileVersionInfo.cs
- UdpContractFilterBehavior.cs
- LockedBorderGlyph.cs
- StringSorter.cs
- ParserExtension.cs
- HMACMD5.cs
- ImageProxy.cs
- NetCodeGroup.cs
- XmlNode.cs
- SudsCommon.cs
- TreeView.cs
- WsdlExporter.cs
- XmlNodeList.cs
- SourceInterpreter.cs
- WebEventTraceProvider.cs
- InkCanvas.cs
- HtmlElementCollection.cs
- OdbcRowUpdatingEvent.cs
- ColorIndependentAnimationStorage.cs
- AmbientLight.cs
- TabRenderer.cs
- PlanCompiler.cs
- BufferedReadStream.cs
- SvcMapFileLoader.cs
- ControlBindingsCollection.cs
- XmlTextReaderImpl.cs
- WorkflowQueuingService.cs
- ContractMapping.cs
- LocatorGroup.cs
- _NetRes.cs
- Bits.cs
- CodeMethodInvokeExpression.cs
- Hash.cs
- WorkflowWebService.cs
- ShutDownListener.cs
- FreezableOperations.cs
- DataGridViewTextBoxEditingControl.cs
- QueryLifecycle.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- GPRECTF.cs
- GeometryHitTestParameters.cs
- EventDescriptor.cs
- ScriptReference.cs
- EdgeModeValidation.cs
- BitmapEffect.cs
- EventEntry.cs
- NativeObjectSecurity.cs
- OletxEnlistment.cs
- CodeNamespace.cs
- EventLogTraceListener.cs
- BamlRecordReader.cs
- TextModifierScope.cs
- Compiler.cs
- GraphicsPath.cs
- Activator.cs
- httpapplicationstate.cs
- RootProjectionNode.cs
- AggregateNode.cs
- QueuePropertyVariants.cs
- ExecutionContext.cs
- BrowserCapabilitiesFactory.cs
- FamilyTypefaceCollection.cs
- Queue.cs
- ResourceAttributes.cs
- StringArrayConverter.cs
- CodeTryCatchFinallyStatement.cs
- RedBlackList.cs
- TableHeaderCell.cs
- OutputScope.cs
- SymbolDocumentGenerator.cs
- CancellationTokenRegistration.cs
- XmlFormatWriterGenerator.cs
- SuppressMergeCheckAttribute.cs
- DrawingServices.cs
- ImageAttributes.cs
- VariableQuery.cs
- PrintingPermissionAttribute.cs
- NameTable.cs
- TemplateAction.cs
- objectresult_tresulttype.cs