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
- ConstraintCollection.cs
- ClientApiGenerator.cs
- SourceFilter.cs
- TextFormatterContext.cs
- VisualSerializer.cs
- SafeNativeMethods.cs
- ThreadStaticAttribute.cs
- DataGridHeaderBorder.cs
- tibetanshape.cs
- NativeActivity.cs
- Pair.cs
- ClientOptions.cs
- ISAPIApplicationHost.cs
- DataGridViewIntLinkedList.cs
- GridViewRow.cs
- UniformGrid.cs
- DesignerActionItem.cs
- Model3DGroup.cs
- ConversionValidationRule.cs
- FlowLayoutPanelDesigner.cs
- GridEntry.cs
- BoundsDrawingContextWalker.cs
- WindowsListViewScroll.cs
- DbParameterCollection.cs
- Enumerable.cs
- UInt32Converter.cs
- TerminateSequence.cs
- GroupBoxAutomationPeer.cs
- SelectorAutomationPeer.cs
- DataError.cs
- WebScriptEnablingElement.cs
- ByeMessage11.cs
- CacheChildrenQuery.cs
- XmlILOptimizerVisitor.cs
- HttpListenerException.cs
- DoubleConverter.cs
- FrameworkElement.cs
- RadioButtonFlatAdapter.cs
- XmlArrayItemAttributes.cs
- NestPullup.cs
- SendMessageContent.cs
- NullableConverter.cs
- Command.cs
- WindowsFormsSynchronizationContext.cs
- DataGridTablesFactory.cs
- Transactions.cs
- TableItemStyle.cs
- XMLUtil.cs
- XmlNodeChangedEventArgs.cs
- ManipulationCompletedEventArgs.cs
- XamlDesignerSerializationManager.cs
- SystemFonts.cs
- dataSvcMapFileLoader.cs
- SafeNativeMethods.cs
- ImpersonateTokenRef.cs
- ActivitySurrogateSelector.cs
- XPathDocumentIterator.cs
- Barrier.cs
- LocalValueEnumerator.cs
- CompiledRegexRunner.cs
- behaviorssection.cs
- RowSpanVector.cs
- IPeerNeighbor.cs
- UnhandledExceptionEventArgs.cs
- BeginGetFileNameFromUserRequest.cs
- ObjectHandle.cs
- WindowPattern.cs
- Request.cs
- WriterOutput.cs
- GlobalItem.cs
- ClientType.cs
- ListItemsPage.cs
- SqlEnums.cs
- WriteableBitmap.cs
- InheritanceAttribute.cs
- ISAPIRuntime.cs
- BaseTemplateParser.cs
- EncodingNLS.cs
- FormsAuthenticationTicket.cs
- DragStartedEventArgs.cs
- DbProviderConfigurationHandler.cs
- TypeConverterHelper.cs
- Opcode.cs
- FileUpload.cs
- StrictAndMessageFilter.cs
- EditorPart.cs
- NumericPagerField.cs
- ComponentManagerBroker.cs
- SafeNativeMethods.cs
- LeaseManager.cs
- UInt16Storage.cs
- Form.cs
- InputScope.cs
- RowToParametersTransformer.cs
- GroupJoinQueryOperator.cs
- TableLayoutStyle.cs
- __FastResourceComparer.cs
- Expression.cs
- FileDialog.cs
- UserInitiatedNavigationPermission.cs