Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- glyphs.cs
- ACE.cs
- BooleanStorage.cs
- SqlBulkCopy.cs
- User.cs
- CodeTypeParameterCollection.cs
- MdiWindowListItemConverter.cs
- CodeTypeParameterCollection.cs
- PublisherIdentityPermission.cs
- XmlConvert.cs
- OleDbSchemaGuid.cs
- AttributeQuery.cs
- ZipIORawDataFileBlock.cs
- OleCmdHelper.cs
- RestClientProxyHandler.cs
- basecomparevalidator.cs
- UseManagedPresentationElement.cs
- RIPEMD160.cs
- ListBoxItemAutomationPeer.cs
- MultiDataTrigger.cs
- FileEnumerator.cs
- TiffBitmapDecoder.cs
- TreeNodeCollection.cs
- FaultPropagationQuery.cs
- StatusBarPanel.cs
- EventLogEntry.cs
- AssociationSet.cs
- VerificationException.cs
- ProcessModelInfo.cs
- SrgsElementFactoryCompiler.cs
- GridErrorDlg.cs
- StylusDownEventArgs.cs
- DynamicRendererThreadManager.cs
- DocobjHost.cs
- WebPartConnectionsDisconnectVerb.cs
- DiagnosticTraceSource.cs
- HtmlElementCollection.cs
- OracleSqlParser.cs
- LineGeometry.cs
- Oid.cs
- CollectionBuilder.cs
- Codec.cs
- PolyQuadraticBezierSegment.cs
- TemplateComponentConnector.cs
- QilTypeChecker.cs
- SimpleBitVector32.cs
- XmlCharacterData.cs
- ThreadInterruptedException.cs
- SerializationEventsCache.cs
- DependencyObjectProvider.cs
- SimpleHandlerFactory.cs
- WsdlEndpointConversionContext.cs
- ColorTranslator.cs
- GeometryModel3D.cs
- XmlSchemaException.cs
- DescendentsWalkerBase.cs
- ParserOptions.cs
- GC.cs
- ToolStripContentPanel.cs
- GatewayDefinition.cs
- FieldBuilder.cs
- HandlerMappingMemo.cs
- Emitter.cs
- TypeInfo.cs
- HostVisual.cs
- CellConstant.cs
- ParserOptions.cs
- TreeViewDesigner.cs
- UIElementIsland.cs
- WebPartZoneDesigner.cs
- DocumentXPathNavigator.cs
- InputLanguageCollection.cs
- OperationResponse.cs
- BitVector32.cs
- PathSegment.cs
- HostSecurityManager.cs
- DataReaderContainer.cs
- InvalidProgramException.cs
- LinqDataSourceValidationException.cs
- ScalarRestriction.cs
- SqlProfileProvider.cs
- FixedBufferAttribute.cs
- ModelPerspective.cs
- TreeNodeCollection.cs
- SecurityHelper.cs
- ReadOnlyAttribute.cs
- LOSFormatter.cs
- ProviderSettings.cs
- SHA1CryptoServiceProvider.cs
- versioninfo.cs
- DataGridViewRowPrePaintEventArgs.cs
- SafeFileMapViewHandle.cs
- HandlerFactoryCache.cs
- Operand.cs
- CompiledXpathExpr.cs
- TimeoutHelper.cs
- NamespaceInfo.cs
- SimpleBitVector32.cs
- ConnectionOrientedTransportElement.cs
- PageThemeCodeDomTreeGenerator.cs