Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / MS / Internal / Data / BindingValueChangedEventArgs.cs / 1 / BindingValueChangedEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: BindingValueChanged event arguments // // Specs: http://avalon/connecteddata/M5%20Specs/UIBinding.mht // //--------------------------------------------------------------------------- using System; namespace MS.Internal.Data { ////// Arguments for BindingValueChanged events. /// internal class BindingValueChangedEventArgs : EventArgs { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- internal BindingValueChangedEventArgs(object oldValue, object newValue) : base() { _oldValue = oldValue; _newValue = newValue; } //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- ////// The old value of the binding. /// public object OldValue { get { return _oldValue; } } ////// The new value of the binding. /// public object NewValue { get { return _newValue; } } //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ private object _oldValue, _newValue; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: BindingValueChanged event arguments // // Specs: http://avalon/connecteddata/M5%20Specs/UIBinding.mht // //--------------------------------------------------------------------------- using System; namespace MS.Internal.Data { ////// Arguments for BindingValueChanged events. /// internal class BindingValueChangedEventArgs : EventArgs { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- internal BindingValueChangedEventArgs(object oldValue, object newValue) : base() { _oldValue = oldValue; _newValue = newValue; } //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- ////// The old value of the binding. /// public object OldValue { get { return _oldValue; } } ////// The new value of the binding. /// public object NewValue { get { return _newValue; } } //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ private object _oldValue, _newValue; } } // 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
- ScrollItemProviderWrapper.cs
- StateWorkerRequest.cs
- SiteMapPath.cs
- SingleAnimationUsingKeyFrames.cs
- ManualResetEvent.cs
- GroupBoxRenderer.cs
- WebPartCatalogCloseVerb.cs
- StringPropertyBuilder.cs
- WebPartVerbsEventArgs.cs
- BoundColumn.cs
- SplitContainerDesigner.cs
- SHA256Managed.cs
- PenThreadWorker.cs
- DataRelation.cs
- MdiWindowListItemConverter.cs
- StreamedWorkflowDefinitionContext.cs
- TransactionTraceIdentifier.cs
- ServiceParser.cs
- EnumerableRowCollection.cs
- SrgsElementFactoryCompiler.cs
- ObjectNavigationPropertyMapping.cs
- TextBox.cs
- RequestCacheValidator.cs
- Pointer.cs
- FragmentNavigationEventArgs.cs
- ViewSimplifier.cs
- NamedElement.cs
- FormsIdentity.cs
- Directory.cs
- HttpContextBase.cs
- VBCodeProvider.cs
- IgnorePropertiesAttribute.cs
- DataErrorValidationRule.cs
- DataSet.cs
- DateTimePickerDesigner.cs
- DSASignatureDeformatter.cs
- PathNode.cs
- MenuItemBindingCollection.cs
- CodePageEncoding.cs
- DrawTreeNodeEventArgs.cs
- WinFormsComponentEditor.cs
- Byte.cs
- Emitter.cs
- ValidatedControlConverter.cs
- AccessViolationException.cs
- HTMLTagNameToTypeMapper.cs
- MenuItemCollection.cs
- ProgressBar.cs
- RegionData.cs
- FixedSOMPage.cs
- AttachedPropertyMethodSelector.cs
- MobileControlsSectionHandler.cs
- HttpContextBase.cs
- GreenMethods.cs
- SystemFonts.cs
- RemoteWebConfigurationHostServer.cs
- TableStyle.cs
- XmlAttributeOverrides.cs
- figurelengthconverter.cs
- NullableDecimalSumAggregationOperator.cs
- DataObjectMethodAttribute.cs
- SpellerError.cs
- DefaultDiscoveryServiceExtension.cs
- infer.cs
- URLMembershipCondition.cs
- StorageAssociationSetMapping.cs
- GlyphRun.cs
- CustomSignedXml.cs
- ImplicitInputBrush.cs
- SafeViewOfFileHandle.cs
- DictionaryEntry.cs
- ItemDragEvent.cs
- EdmToObjectNamespaceMap.cs
- BamlResourceContent.cs
- SqlProfileProvider.cs
- CodeMethodInvokeExpression.cs
- InvalidOperationException.cs
- RewritingPass.cs
- RepeatInfo.cs
- ExpressionList.cs
- ObjectQueryState.cs
- QuadraticBezierSegment.cs
- RightsManagementResourceHelper.cs
- InvalidOperationException.cs
- AnonymousIdentificationModule.cs
- RenderData.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DrawingVisual.cs
- SplitterPanel.cs
- namescope.cs
- ThreadAttributes.cs
- Guid.cs
- DecimalFormatter.cs
- RightsManagementResourceHelper.cs
- MessageDescriptionCollection.cs
- Buffer.cs
- GuidTagList.cs
- DataGridAddNewRow.cs
- SchemaAttDef.cs
- SqlFileStream.cs