Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- PropertyStore.cs
- ProcessProtocolHandler.cs
- StylusPointCollection.cs
- ListViewGroup.cs
- ByteStack.cs
- CategoryEditor.cs
- PagePropertiesChangingEventArgs.cs
- InsufficientMemoryException.cs
- ListView.cs
- UnionExpr.cs
- QuaternionRotation3D.cs
- PathFigureCollection.cs
- PreservationFileReader.cs
- Timer.cs
- FileDialogCustomPlacesCollection.cs
- XmlQueryOutput.cs
- CompensatableTransactionScopeActivityDesigner.cs
- CollectionView.cs
- UIElement3D.cs
- OptimisticConcurrencyException.cs
- _ConnectStream.cs
- CacheOutputQuery.cs
- SmiGettersStream.cs
- RectangleF.cs
- InstanceNameConverter.cs
- SmiEventStream.cs
- httpapplicationstate.cs
- ThousandthOfEmRealPoints.cs
- BooleanKeyFrameCollection.cs
- BindToObject.cs
- DbDataSourceEnumerator.cs
- ReachDocumentReferenceSerializerAsync.cs
- TextTreePropertyUndoUnit.cs
- LayoutManager.cs
- NamespaceCollection.cs
- Int32.cs
- EventHandlerList.cs
- BufferedStream2.cs
- VarRefManager.cs
- FormViewInsertedEventArgs.cs
- FontUnitConverter.cs
- FontInfo.cs
- ContextProperty.cs
- StylusButtonEventArgs.cs
- DbConnectionOptions.cs
- EditorAttribute.cs
- VerificationException.cs
- XmlText.cs
- XsltOutput.cs
- GridViewCellAutomationPeer.cs
- SchemaTypeEmitter.cs
- VersionedStream.cs
- Input.cs
- CompiledAction.cs
- ListManagerBindingsCollection.cs
- ProcessModelInfo.cs
- FocusChangedEventArgs.cs
- ConfigurationLocation.cs
- InfoCardXmlSerializer.cs
- UpdatePanel.cs
- IndentedTextWriter.cs
- SystemUnicastIPAddressInformation.cs
- ActivityTypeDesigner.xaml.cs
- adornercollection.cs
- ClientTarget.cs
- FileAuthorizationModule.cs
- ImageMetadata.cs
- Annotation.cs
- DesignerListAdapter.cs
- ValueUnavailableException.cs
- TabControlAutomationPeer.cs
- ADMembershipProvider.cs
- SQLInt16.cs
- XmlILConstructAnalyzer.cs
- mansign.cs
- WebServiceAttribute.cs
- FlowDocumentReader.cs
- uribuilder.cs
- DelayedRegex.cs
- DataGridCell.cs
- EnumerationRangeValidationUtil.cs
- ContextMenuStripActionList.cs
- XmlException.cs
- SafeFileHandle.cs
- DetailsView.cs
- Nullable.cs
- RemoteWebConfigurationHost.cs
- Attributes.cs
- CommonXSendMessage.cs
- SqlFileStream.cs
- ConstNode.cs
- HMACSHA512.cs
- Int32Converter.cs
- AccessText.cs
- PersistenceTypeAttribute.cs
- StringComparer.cs
- DataReaderContainer.cs
- UserUseLicenseDictionaryLoader.cs
- SortAction.cs
- EntitySqlQueryCacheEntry.cs