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 / LinqDataSourceDeleteEventArgs.cs / 1 / 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
- XPathNodeInfoAtom.cs
- CellConstantDomain.cs
- OdbcFactory.cs
- ClientSideQueueItem.cs
- RouteTable.cs
- InstalledVoice.cs
- DashStyle.cs
- SqlProfileProvider.cs
- ResourceManager.cs
- Button.cs
- FloatUtil.cs
- SafeProcessHandle.cs
- GroupItem.cs
- SystemWebCachingSectionGroup.cs
- EastAsianLunisolarCalendar.cs
- LogSwitch.cs
- ResourceType.cs
- InputMethodStateTypeInfo.cs
- ObjectDataSourceEventArgs.cs
- DropShadowEffect.cs
- FixedSOMPageElement.cs
- GenericTextProperties.cs
- DefaultParameterValueAttribute.cs
- FileDialogCustomPlace.cs
- SmtpReplyReader.cs
- validationstate.cs
- DataTemplateKey.cs
- ObjectDataProvider.cs
- DrawingCollection.cs
- OracleRowUpdatingEventArgs.cs
- CollectionBuilder.cs
- CfgParser.cs
- TableCell.cs
- SoapFault.cs
- SiteMapNodeItemEventArgs.cs
- TagMapCollection.cs
- Encoder.cs
- XamlReaderConstants.cs
- RotateTransform.cs
- XamlClipboardData.cs
- EntitySqlQueryState.cs
- DataContractAttribute.cs
- TextEditor.cs
- DispatchChannelSink.cs
- _BufferOffsetSize.cs
- BuildResult.cs
- WindowCollection.cs
- BrowserCapabilitiesFactory.cs
- MobileCategoryAttribute.cs
- BookmarkList.cs
- IgnoreFileBuildProvider.cs
- ActivityExecutionContextCollection.cs
- ContainerSelectorActiveEvent.cs
- TrayIconDesigner.cs
- LoadedEvent.cs
- DesignParameter.cs
- Matrix3D.cs
- RepeatInfo.cs
- DynamicMetaObjectBinder.cs
- MatrixKeyFrameCollection.cs
- ToolStripRenderer.cs
- InertiaExpansionBehavior.cs
- FormsAuthenticationTicket.cs
- LabelTarget.cs
- SplitterEvent.cs
- DynamicDataRoute.cs
- PasswordTextContainer.cs
- SiteMapDataSourceDesigner.cs
- CustomAttributeBuilder.cs
- ServiceMoniker.cs
- User.cs
- FamilyTypeface.cs
- COAUTHINFO.cs
- SectionUpdates.cs
- XmlEncoding.cs
- BasicCellRelation.cs
- DockProviderWrapper.cs
- AsyncOperation.cs
- RemoteCryptoRsaServiceProvider.cs
- XPathDocument.cs
- WebBrowser.cs
- BaseParser.cs
- securitycriticaldataClass.cs
- HttpFileCollectionWrapper.cs
- SafeHandle.cs
- MetadataCacheItem.cs
- MembershipValidatePasswordEventArgs.cs
- ProgressChangedEventArgs.cs
- XPathSingletonIterator.cs
- DetailsViewRow.cs
- ProfilePropertySettingsCollection.cs
- ObjectHandle.cs
- SoapUnknownHeader.cs
- RunClient.cs
- XmlAnyElementAttribute.cs
- Trigger.cs
- SqlConnection.cs
- SizeConverter.cs
- KeyedHashAlgorithm.cs
- BoundsDrawingContextWalker.cs