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 / DynamicData / DynamicValidatorEventArgs.cs / 1 / DynamicValidatorEventArgs.cs
namespace System.Web.DynamicData {using System; using System.Web.UI; [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class DynamicValidatorEventArgs : EventArgs { private DynamicDataSourceOperation _operation; private Exception _exception; public DynamicValidatorEventArgs(Exception exception, DynamicDataSourceOperation operation) { _exception = exception; _operation = operation; } public Exception Exception { get { return _exception; } } public DynamicDataSourceOperation Operation { get { return _operation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.DynamicData {using System; using System.Web.UI; [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class DynamicValidatorEventArgs : EventArgs { private DynamicDataSourceOperation _operation; private Exception _exception; public DynamicValidatorEventArgs(Exception exception, DynamicDataSourceOperation operation) { _exception = exception; _operation = operation; } public Exception Exception { get { return _exception; } } public DynamicDataSourceOperation Operation { get { return _operation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WizardStepBase.cs
- SelectedGridItemChangedEvent.cs
- CodePageUtils.cs
- TrackingMemoryStream.cs
- XpsPackagingPolicy.cs
- TabControlCancelEvent.cs
- CookielessHelper.cs
- ToolStripGripRenderEventArgs.cs
- SqlAggregateChecker.cs
- ApplicationCommands.cs
- Misc.cs
- ProfileManager.cs
- DataGridViewLinkColumn.cs
- AssertSection.cs
- DataListItem.cs
- WindowsBrush.cs
- ToolboxItem.cs
- NullEntityWrapper.cs
- BitmapEffectrendercontext.cs
- DataGridViewTextBoxCell.cs
- Visual3D.cs
- AuthenticationModuleElement.cs
- AssemblyBuilderData.cs
- IArgumentProvider.cs
- WebResourceUtil.cs
- FlowDocumentFormatter.cs
- PointAnimationClockResource.cs
- ArrayWithOffset.cs
- RelatedView.cs
- ServerIdentity.cs
- DataServiceBehavior.cs
- SelectedDatesCollection.cs
- ContentElementCollection.cs
- X509Certificate2Collection.cs
- DateTimeConverter2.cs
- XmlArrayItemAttribute.cs
- ResourceContainerWrapper.cs
- DataStorage.cs
- TakeQueryOptionExpression.cs
- AddInIpcChannel.cs
- PriorityBinding.cs
- ExtendedProtectionPolicyTypeConverter.cs
- OSFeature.cs
- StringComparer.cs
- FormsAuthentication.cs
- documentsequencetextpointer.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- QuotedPairReader.cs
- ProfileSettingsCollection.cs
- Color.cs
- BuilderPropertyEntry.cs
- LayoutManager.cs
- UnauthorizedAccessException.cs
- NonSerializedAttribute.cs
- Dictionary.cs
- FontDialog.cs
- ExpressionValueEditor.cs
- __TransparentProxy.cs
- HttpDigestClientElement.cs
- DataViewManagerListItemTypeDescriptor.cs
- DataRowCollection.cs
- SystemIcmpV6Statistics.cs
- WebResponse.cs
- SwitchLevelAttribute.cs
- DataGridColumnHeaderAutomationPeer.cs
- Invariant.cs
- TraversalRequest.cs
- CachedTypeface.cs
- RSACryptoServiceProvider.cs
- Vector3DKeyFrameCollection.cs
- ResXBuildProvider.cs
- XmlReflectionImporter.cs
- TreeNodeCollection.cs
- QuaternionKeyFrameCollection.cs
- DesignerDataRelationship.cs
- _OverlappedAsyncResult.cs
- ErrorEventArgs.cs
- DataControlImageButton.cs
- ObjectListCommandCollection.cs
- basenumberconverter.cs
- ToolboxItemCollection.cs
- ObjectTypeMapping.cs
- BaseConfigurationRecord.cs
- ButtonBase.cs
- Blend.cs
- TreeView.cs
- ExternalCalls.cs
- _TransmitFileOverlappedAsyncResult.cs
- SchemaInfo.cs
- XmlDataSourceNodeDescriptor.cs
- Latin1Encoding.cs
- parserscommon.cs
- TPLETWProvider.cs
- HeaderElement.cs
- MimeWriter.cs
- GraphicsContext.cs
- CustomLineCap.cs
- ProgressiveCrcCalculatingStream.cs
- WindowsTreeView.cs
- XamlSerializationHelper.cs