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
- FontNamesConverter.cs
- XMLSchema.cs
- RequestNavigateEventArgs.cs
- ManualResetEvent.cs
- ClientSettingsStore.cs
- ExpressionBindingCollection.cs
- ErrorFormatterPage.cs
- IOThreadScheduler.cs
- LateBoundBitmapDecoder.cs
- ProcessThread.cs
- TypeDescriptor.cs
- OleDbSchemaGuid.cs
- complextypematerializer.cs
- SharedStatics.cs
- InnerItemCollectionView.cs
- _DomainName.cs
- ArrayWithOffset.cs
- SynchronizingStream.cs
- RequestUriProcessor.cs
- AccessDataSourceView.cs
- ConfigurationLoader.cs
- OleDbDataReader.cs
- SoapSchemaImporter.cs
- StorageMappingItemLoader.cs
- OperationParameterInfo.cs
- StrongNamePublicKeyBlob.cs
- WebHttpDispatchOperationSelectorData.cs
- ToolBarButton.cs
- BaseTemplateParser.cs
- InfocardInteractiveChannelInitializer.cs
- SystemFonts.cs
- SqlFunctionAttribute.cs
- LayoutTable.cs
- AnimationLayer.cs
- FlowLayoutPanel.cs
- DataGridViewComboBoxEditingControl.cs
- BitmapCodecInfoInternal.cs
- EntitySetRetriever.cs
- GraphicsState.cs
- TextRangeEditLists.cs
- CompositeCollectionView.cs
- ContentElementAutomationPeer.cs
- TypeBuilder.cs
- TextAutomationPeer.cs
- WebPartEditVerb.cs
- SqlBuffer.cs
- CodeExporter.cs
- ProviderSettings.cs
- WindowsBrush.cs
- SecureUICommand.cs
- DBDataPermission.cs
- SeekStoryboard.cs
- HtmlListAdapter.cs
- HtmlTitle.cs
- base64Transforms.cs
- WhitespaceRuleReader.cs
- ListViewSelectEventArgs.cs
- validation.cs
- SelectionWordBreaker.cs
- embossbitmapeffect.cs
- UTF8Encoding.cs
- InternalCache.cs
- SslStream.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- WebBrowserSiteBase.cs
- ProcessStartInfo.cs
- AmbientProperties.cs
- XmlAnyAttributeAttribute.cs
- StreamWriter.cs
- SimpleHandlerFactory.cs
- FontFamily.cs
- XmlNavigatorFilter.cs
- Expander.cs
- BaseDataBoundControl.cs
- PartitionResolver.cs
- AccessedThroughPropertyAttribute.cs
- SspiNegotiationTokenProviderState.cs
- PropertyChangedEventManager.cs
- _HelperAsyncResults.cs
- DataControlLinkButton.cs
- EntityDataReader.cs
- ImageFormatConverter.cs
- XmlAnyElementAttributes.cs
- SoapReflectionImporter.cs
- ImageButton.cs
- DocumentStatusResources.cs
- ExpanderAutomationPeer.cs
- NativeMethods.cs
- SplashScreenNativeMethods.cs
- SoapObjectWriter.cs
- JsonQueryStringConverter.cs
- ByteStack.cs
- peernodestatemanager.cs
- OracleConnection.cs
- DataGridViewRow.cs
- MouseEventArgs.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- GlyphRunDrawing.cs
- SelectedCellsChangedEventArgs.cs
- ContainerActivationHelper.cs