Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / ApplicationServices / ValidatingPropertiesEventArgs.cs / 1305376 / ValidatingPropertiesEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Web; public class ValidatingPropertiesEventArgs: EventArgs{ private IDictionary_properties; public IDictionary Properties{ get{ return _properties; } } private Collection _failedProperties; public Collection FailedProperties{ get{ return _failedProperties; } } internal ValidatingPropertiesEventArgs(){} internal ValidatingPropertiesEventArgs(IDictionary properties){ _properties = properties; _failedProperties = new Collection (); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Web; public class ValidatingPropertiesEventArgs: EventArgs{ private IDictionary_properties; public IDictionary Properties{ get{ return _properties; } } private Collection _failedProperties; public Collection FailedProperties{ get{ return _failedProperties; } } internal ValidatingPropertiesEventArgs(){} internal ValidatingPropertiesEventArgs(IDictionary properties){ _properties = properties; _failedProperties = new Collection (); } } } // 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
- NetCodeGroup.cs
- UnconditionalPolicy.cs
- NoClickablePointException.cs
- MdImport.cs
- Accessible.cs
- CoordinationService.cs
- GatewayDefinition.cs
- OutputCacheSettingsSection.cs
- StrokeIntersection.cs
- BooleanFacetDescriptionElement.cs
- CultureTable.cs
- TimerExtension.cs
- _ShellExpression.cs
- ScriptResourceInfo.cs
- SafeBitVector32.cs
- GridViewPageEventArgs.cs
- HWStack.cs
- SafeSystemMetrics.cs
- ThreadStartException.cs
- ExpressionEvaluator.cs
- ExtensionDataReader.cs
- IntegerValidatorAttribute.cs
- ExtensionDataReader.cs
- WebPartsPersonalization.cs
- StylusPointPropertyInfoDefaults.cs
- JsonQueryStringConverter.cs
- KeyInterop.cs
- TypeValidationEventArgs.cs
- SourceLineInfo.cs
- BackoffTimeoutHelper.cs
- ExpressionBuilder.cs
- SqlDependencyUtils.cs
- ProviderCommandInfoUtils.cs
- PingReply.cs
- WebPartCancelEventArgs.cs
- BindingsCollection.cs
- RangeValueProviderWrapper.cs
- EllipseGeometry.cs
- safemediahandle.cs
- DesignerObjectListAdapter.cs
- BackgroundFormatInfo.cs
- Crc32.cs
- XmlMapping.cs
- XmlDocumentType.cs
- TagPrefixInfo.cs
- BatchStream.cs
- EncryptedData.cs
- ImageUrlEditor.cs
- ImageIndexConverter.cs
- XamlTemplateSerializer.cs
- HtmlButton.cs
- IndexOutOfRangeException.cs
- InputReport.cs
- SamlSecurityToken.cs
- BitmapSource.cs
- coordinatorscratchpad.cs
- SimpleMailWebEventProvider.cs
- WebBrowserBase.cs
- ExitEventArgs.cs
- SingleAnimation.cs
- DbgCompiler.cs
- XmlSchemaInclude.cs
- InfoCardAsymmetricCrypto.cs
- ListView.cs
- Timeline.cs
- FigureHelper.cs
- SystemColorTracker.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CustomCredentialPolicy.cs
- AdornerDecorator.cs
- AVElementHelper.cs
- ToolboxBitmapAttribute.cs
- GregorianCalendarHelper.cs
- EntityPropertyMappingAttribute.cs
- SqlFormatter.cs
- ReflectTypeDescriptionProvider.cs
- TagMapCollection.cs
- SpecularMaterial.cs
- ScrollChrome.cs
- SQLGuid.cs
- XmlILOptimizerVisitor.cs
- SourceItem.cs
- XmlTextEncoder.cs
- _UncName.cs
- ConfigurationSectionGroupCollection.cs
- SapiRecoContext.cs
- PageAsyncTaskManager.cs
- DesignerCapabilities.cs
- CookielessHelper.cs
- DataContext.cs
- PageParser.cs
- XPathDocumentNavigator.cs
- AppearanceEditorPart.cs
- FlowDocumentView.cs
- InProcStateClientManager.cs
- CompModHelpers.cs
- UnsafeCollabNativeMethods.cs
- ProgressiveCrcCalculatingStream.cs
- SqlParameter.cs
- TransformGroup.cs