Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DataGridViewToolTip.cs
- ConstNode.cs
- FixedLineResult.cs
- ServiceDiscoveryBehavior.cs
- SHA384Managed.cs
- SafeNativeMethods.cs
- Convert.cs
- DesignerTextWriter.cs
- SmtpFailedRecipientException.cs
- HttpDictionary.cs
- HtmlTableRow.cs
- WindowsImpersonationContext.cs
- LocatorPart.cs
- NumericUpDownAccelerationCollection.cs
- SecurityResources.cs
- TextContainerHelper.cs
- SqlBuilder.cs
- DesignerActionUIService.cs
- MediaContext.cs
- EventHandlingScope.cs
- PrivilegeNotHeldException.cs
- BamlLocalizableResource.cs
- ToolStripSettings.cs
- EditorAttribute.cs
- BufferBuilder.cs
- TextSelectionHighlightLayer.cs
- DragEventArgs.cs
- SemanticBasicElement.cs
- DependencyPropertyChangedEventArgs.cs
- METAHEADER.cs
- CloudCollection.cs
- PropertyItem.cs
- UIElementParagraph.cs
- WindowsFont.cs
- AssemblyResourceLoader.cs
- HtmlInputButton.cs
- StateElementCollection.cs
- SimpleApplicationHost.cs
- UrlPath.cs
- SendMessageContent.cs
- DockPattern.cs
- ListManagerBindingsCollection.cs
- Rect3DValueSerializer.cs
- X509IssuerSerialKeyIdentifierClause.cs
- PolyLineSegment.cs
- SourceElementsCollection.cs
- SerializationSectionGroup.cs
- BitmapCodecInfo.cs
- DecodeHelper.cs
- Mappings.cs
- EntityDataSourceValidationException.cs
- ArgumentValueSerializer.cs
- TemplateNameScope.cs
- SchemaEntity.cs
- CompatibleIComparer.cs
- CodeSnippetStatement.cs
- GridItem.cs
- SerialReceived.cs
- BindingListCollectionView.cs
- Context.cs
- _CookieModule.cs
- SecureStringHasher.cs
- TablePatternIdentifiers.cs
- Clipboard.cs
- SplineKeyFrames.cs
- RemotingAttributes.cs
- EdmFunction.cs
- DecoderExceptionFallback.cs
- SignerInfo.cs
- DefaultAssemblyResolver.cs
- MailWebEventProvider.cs
- XPathSelfQuery.cs
- DataGridViewRowPostPaintEventArgs.cs
- StateItem.cs
- PropertyGroupDescription.cs
- ButtonPopupAdapter.cs
- TimeManager.cs
- GiveFeedbackEvent.cs
- ImageConverter.cs
- ReadWriteSpinLock.cs
- BinaryMethodMessage.cs
- ListSourceHelper.cs
- EventDescriptorCollection.cs
- CasesDictionary.cs
- WindowsTitleBar.cs
- TextRunCache.cs
- UpdatePanelTriggerCollection.cs
- FileSecurity.cs
- WebHttpEndpointElement.cs
- ZipIOCentralDirectoryFileHeader.cs
- Timer.cs
- AccessDataSourceDesigner.cs
- Codec.cs
- CreateParams.cs
- RequestQueue.cs
- VerificationException.cs
- AssociationTypeEmitter.cs
- ControlAdapter.cs
- DataRecordObjectView.cs
- PasswordRecoveryDesigner.cs