Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormViewUpdateEventArgs.cs
- Metadata.cs
- SpellerError.cs
- DataGridLinkButton.cs
- IPipelineRuntime.cs
- ConstraintEnumerator.cs
- SubtreeProcessor.cs
- InputProcessorProfiles.cs
- LocalizableAttribute.cs
- PropertyBuilder.cs
- ConstraintStruct.cs
- Attachment.cs
- Visitor.cs
- BordersPage.cs
- WorkflowPersistenceContext.cs
- FileVersionInfo.cs
- EventDescriptorCollection.cs
- LinkTarget.cs
- XpsImage.cs
- Imaging.cs
- MemberRelationshipService.cs
- EventDescriptorCollection.cs
- Registry.cs
- ScrollBar.cs
- ResizeBehavior.cs
- XamlFilter.cs
- GeometryCombineModeValidation.cs
- WinInetCache.cs
- PanelDesigner.cs
- DrawingContextDrawingContextWalker.cs
- BindingManagerDataErrorEventArgs.cs
- MarkupCompilePass1.cs
- EncryptedKeyIdentifierClause.cs
- HttpCacheParams.cs
- FixUpCollection.cs
- TextWriterTraceListener.cs
- XmlSchemaComplexContentRestriction.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- TextReader.cs
- XmlDesigner.cs
- ControlIdConverter.cs
- Helpers.cs
- URLMembershipCondition.cs
- RemotingAttributes.cs
- RotateTransform3D.cs
- ProtocolsConfiguration.cs
- NetworkInformationPermission.cs
- SByteConverter.cs
- UniqueConstraint.cs
- SegmentInfo.cs
- GraphicsContext.cs
- SingleSelectRootGridEntry.cs
- ActiveXHost.cs
- NetPeerTcpBindingCollectionElement.cs
- CdpEqualityComparer.cs
- SatelliteContractVersionAttribute.cs
- HtmlInputHidden.cs
- GenericsInstances.cs
- ListDictionary.cs
- EventMappingSettings.cs
- FaultCallbackWrapper.cs
- Panel.cs
- HtmlHead.cs
- ParallelEnumerableWrapper.cs
- EventLogException.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ListComponentEditor.cs
- DispatchChannelSink.cs
- UntypedNullExpression.cs
- UpdateCompiler.cs
- WebBaseEventKeyComparer.cs
- WindowsFormsSectionHandler.cs
- DefaultExpression.cs
- TypeExtensions.cs
- SizeIndependentAnimationStorage.cs
- SafeProcessHandle.cs
- HttpCapabilitiesSectionHandler.cs
- ListViewItemEventArgs.cs
- TextEditorTables.cs
- XmlAutoDetectWriter.cs
- KeyValueConfigurationCollection.cs
- CryptoApi.cs
- WindowsTokenRoleProvider.cs
- CfgParser.cs
- EventTrigger.cs
- EditorPartChrome.cs
- _HeaderInfo.cs
- cache.cs
- Debug.cs
- AudioFormatConverter.cs
- SiteMapNodeItem.cs
- PersistenceTask.cs
- EventMappingSettings.cs
- SolidBrush.cs
- TrackingProvider.cs
- Baml6ConstructorInfo.cs
- PolicyManager.cs
- TextPatternIdentifiers.cs
- CoreSwitches.cs
- MsmqBindingElementBase.cs