Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / BindingManagerDataErrorEventArgs.cs / 1 / BindingManagerDataErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; ////// /// public class BindingManagerDataErrorEventArgs : EventArgs { private Exception exception; ////// /// public BindingManagerDataErrorEventArgs(Exception exception) { this.exception = exception; } ////// /// public Exception Exception { get { return this.exception; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; ////// /// public class BindingManagerDataErrorEventArgs : EventArgs { private Exception exception; ////// /// public BindingManagerDataErrorEventArgs(Exception exception) { this.exception = exception; } ////// /// public Exception Exception { get { return this.exception; } } } } // 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
- WmpBitmapDecoder.cs
- ForceCopyBuildProvider.cs
- MediaPlayer.cs
- SecurityPermission.cs
- LessThan.cs
- AppSettingsReader.cs
- SmiEventSink.cs
- Compiler.cs
- SqlDataSource.cs
- AncillaryOps.cs
- RecommendedAsConfigurableAttribute.cs
- CodeDomSerializationProvider.cs
- AppSettingsSection.cs
- StructuralCache.cs
- ControlCollection.cs
- DynamicMethod.cs
- XmlExpressionDumper.cs
- SettingsBindableAttribute.cs
- OletxEnlistment.cs
- CodeDirectoryCompiler.cs
- LinearKeyFrames.cs
- TextDecorationCollection.cs
- DesignTable.cs
- ManagementScope.cs
- JumpItem.cs
- FixedSOMTable.cs
- SmiEventSink_DeferedProcessing.cs
- XmlAttributeHolder.cs
- Int16AnimationUsingKeyFrames.cs
- RemoteWebConfigurationHostStream.cs
- ValueQuery.cs
- FileDialogPermission.cs
- XamlToRtfWriter.cs
- CallbackValidator.cs
- HtmlElementEventArgs.cs
- TaskCanceledException.cs
- EntityDesignerDataSourceView.cs
- MemberRelationshipService.cs
- TerminatorSinks.cs
- GeometryModel3D.cs
- CultureInfo.cs
- BoundField.cs
- XPathNavigator.cs
- NamedPermissionSet.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- DispatchWrapper.cs
- BaseValidator.cs
- DoubleKeyFrameCollection.cs
- ValidationEventArgs.cs
- ActionItem.cs
- InertiaExpansionBehavior.cs
- TraceListener.cs
- InteropBitmapSource.cs
- AliasedExpr.cs
- MeasureItemEvent.cs
- RepeaterCommandEventArgs.cs
- ListViewUpdateEventArgs.cs
- ErasingStroke.cs
- XpsThumbnail.cs
- EntityDataSourceContextCreatedEventArgs.cs
- DocumentReferenceCollection.cs
- TextElementCollectionHelper.cs
- TiffBitmapEncoder.cs
- ExtensionDataObject.cs
- X509SecurityTokenParameters.cs
- SmiEventSink_DeferedProcessing.cs
- ModelItemCollectionImpl.cs
- SrgsElementFactoryCompiler.cs
- SerializationUtility.cs
- UrlPropertyAttribute.cs
- VisualBasicExpressionConverter.cs
- XmlReflectionMember.cs
- DetailsViewUpdateEventArgs.cs
- SByteStorage.cs
- RichTextBox.cs
- FieldBuilder.cs
- CodeAttributeDeclarationCollection.cs
- CompilerLocalReference.cs
- BuildManager.cs
- XmlSubtreeReader.cs
- ContractsBCL.cs
- TextTreeText.cs
- TextRangeEdit.cs
- CodeTypeDeclaration.cs
- EdmProviderManifest.cs
- TextCompositionManager.cs
- SQlBooleanStorage.cs
- TypeSource.cs
- ConsoleEntryPoint.cs
- TreeView.cs
- FixedElement.cs
- NetworkAddressChange.cs
- MemberDomainMap.cs
- OleDbSchemaGuid.cs
- HuffModule.cs
- UnsafeNativeMethods.cs
- PropertyIDSet.cs
- FlowLayout.cs
- QilTargetType.cs
- DrawItemEvent.cs