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
- XmlDocument.cs
- ACE.cs
- PerformanceCounterLib.cs
- CodeAccessSecurityEngine.cs
- TextParagraph.cs
- EncodingStreamWrapper.cs
- Registry.cs
- DiffuseMaterial.cs
- FrameAutomationPeer.cs
- SoapProcessingBehavior.cs
- CatalogPartChrome.cs
- ApplicationSecurityManager.cs
- DelegatedStream.cs
- TreeViewTemplateSelector.cs
- PropagationProtocolsTracing.cs
- PrimarySelectionAdorner.cs
- FacetDescription.cs
- XmlCollation.cs
- PeerPresenceInfo.cs
- DataServiceResponse.cs
- Debug.cs
- SaveFileDialogDesigner.cs
- XmlLanguageConverter.cs
- DataObjectEventArgs.cs
- SessionPageStatePersister.cs
- HttpCachePolicy.cs
- ToolbarAUtomationPeer.cs
- ControlSerializer.cs
- EntityConnectionStringBuilder.cs
- DeviceContext.cs
- GlobalizationSection.cs
- UnhandledExceptionEventArgs.cs
- ParallelTimeline.cs
- TextModifier.cs
- BindingMemberInfo.cs
- XPathException.cs
- WsatAdminException.cs
- HebrewCalendar.cs
- ComponentGlyph.cs
- ModelService.cs
- MeasureItemEvent.cs
- SafeEventLogReadHandle.cs
- XmlDocument.cs
- Matrix3D.cs
- WebSysDisplayNameAttribute.cs
- AssertFilter.cs
- WpfXamlMember.cs
- WorkflowApplication.cs
- SectionVisual.cs
- DeviceSpecificDesigner.cs
- LZCodec.cs
- TwoPhaseCommit.cs
- TextBounds.cs
- CustomAssemblyResolver.cs
- DispatcherExceptionFilterEventArgs.cs
- Timer.cs
- StrictAndMessageFilter.cs
- SudsParser.cs
- AsymmetricSignatureFormatter.cs
- ImportedNamespaceContextItem.cs
- FileDetails.cs
- UIHelper.cs
- EDesignUtil.cs
- HttpRuntime.cs
- XmlTextEncoder.cs
- NameSpaceEvent.cs
- _FtpControlStream.cs
- KoreanLunisolarCalendar.cs
- ParameterRefs.cs
- DiscoveryServerProtocol.cs
- DataSourceView.cs
- WebPartTransformer.cs
- UniformGrid.cs
- DoubleIndependentAnimationStorage.cs
- CollectionViewGroupRoot.cs
- ServiceNotStartedException.cs
- XmlQueryCardinality.cs
- Vector3DAnimationBase.cs
- MsmqIntegrationValidationBehavior.cs
- TreeNodeMouseHoverEvent.cs
- LookupBindingPropertiesAttribute.cs
- KnownAssembliesSet.cs
- MenuItemBinding.cs
- LocalizationParserHooks.cs
- Application.cs
- ConfigurationElementCollection.cs
- SchemaImporterExtension.cs
- TableCell.cs
- NamedPipeChannelListener.cs
- CommandEventArgs.cs
- LinqDataSourceDisposeEventArgs.cs
- StrongNameHelpers.cs
- PlainXmlDeserializer.cs
- ProxyManager.cs
- Point3DCollectionValueSerializer.cs
- UserControlAutomationPeer.cs
- TextInfo.cs
- ChoiceConverter.cs
- Int32Converter.cs
- ControlUtil.cs