Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- WebPartActionVerb.cs
- KnownTypes.cs
- ChildrenQuery.cs
- TreeViewImageKeyConverter.cs
- TrackingServices.cs
- TableDetailsRow.cs
- DataProtection.cs
- HostingEnvironment.cs
- TypeBuilder.cs
- ProtectedConfiguration.cs
- DebugControllerThread.cs
- ListControlBoundActionList.cs
- Pool.cs
- WebPartConnectionsConfigureVerb.cs
- ServiceAppDomainAssociationProvider.cs
- ProcessExitedException.cs
- AnimatedTypeHelpers.cs
- WebWorkflowRole.cs
- DeferredTextReference.cs
- TripleDES.cs
- TemplateModeChangedEventArgs.cs
- CapabilitiesPattern.cs
- ContextMenu.cs
- PresentationTraceSources.cs
- _HeaderInfo.cs
- DropDownHolder.cs
- DependencyPropertyKind.cs
- InputElement.cs
- OSFeature.cs
- PolicyLevel.cs
- ParallelRangeManager.cs
- SettingsPropertyValueCollection.cs
- MetadataExchangeClient.cs
- FlowchartDesigner.xaml.cs
- ObjectDataSourceSelectingEventArgs.cs
- CatalogZone.cs
- _FtpDataStream.cs
- GPStream.cs
- _NTAuthentication.cs
- JpegBitmapDecoder.cs
- isolationinterop.cs
- SqlParameterCollection.cs
- JsonSerializer.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- StrokeNodeEnumerator.cs
- TableLayoutStyleCollection.cs
- XmlILOptimizerVisitor.cs
- AuthenticationServiceManager.cs
- UIElement3D.cs
- ReadOnlyCollectionBase.cs
- Menu.cs
- MenuItem.cs
- NamedObject.cs
- SynchronizedDisposablePool.cs
- ConfigurationManagerHelperFactory.cs
- DiscoveryClientElement.cs
- RelatedPropertyManager.cs
- ListView.cs
- LinqExpressionNormalizer.cs
- BinaryMethodMessage.cs
- MailDefinition.cs
- Codec.cs
- SqlGatherProducedAliases.cs
- Html32TextWriter.cs
- ChangeDirector.cs
- ReflectPropertyDescriptor.cs
- ToolboxItemCollection.cs
- WebPartActionVerb.cs
- RijndaelCryptoServiceProvider.cs
- XPathNode.cs
- ProgressiveCrcCalculatingStream.cs
- LocalizeDesigner.cs
- ExtendedProtectionPolicy.cs
- SparseMemoryStream.cs
- RenderingBiasValidation.cs
- BridgeDataReader.cs
- HttpCookiesSection.cs
- FixedSOMPage.cs
- SiteMapPath.cs
- SynchronizedInputHelper.cs
- ProjectionCamera.cs
- QueryCacheManager.cs
- HostingEnvironmentException.cs
- EditingScope.cs
- MailWebEventProvider.cs
- StaticDataManager.cs
- UrlPropertyAttribute.cs
- HtmlImage.cs
- PhysicalOps.cs
- Timer.cs
- WS2007HttpBinding.cs
- RoleService.cs
- TransformerInfo.cs
- AppDomainUnloadedException.cs
- BehaviorEditorPart.cs
- DiscoveryInnerClientAdhoc11.cs
- RtfNavigator.cs
- WebControlAdapter.cs
- ProtocolViolationException.cs
- EmissiveMaterial.cs