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
- OleDbConnectionFactory.cs
- _NegoStream.cs
- QilVisitor.cs
- HandleDictionary.cs
- ContentType.cs
- HScrollBar.cs
- XmlDocumentType.cs
- QueryContinueDragEvent.cs
- TreeWalker.cs
- FixedSOMTextRun.cs
- _ChunkParse.cs
- BorderSidesEditor.cs
- OperationCanceledException.cs
- SeekableReadStream.cs
- SoapHeader.cs
- BitmapEffect.cs
- AmbientLight.cs
- _NegoStream.cs
- RegexBoyerMoore.cs
- OdbcHandle.cs
- RawStylusInputReport.cs
- WebPartManager.cs
- SingleObjectCollection.cs
- KnownIds.cs
- AssemblyHash.cs
- Workspace.cs
- ZoneLinkButton.cs
- DesignerActionService.cs
- ObjectSet.cs
- Identifier.cs
- NullExtension.cs
- ListItem.cs
- SmiSettersStream.cs
- UriWriter.cs
- ApplicationBuildProvider.cs
- DataKey.cs
- BitStream.cs
- CacheSection.cs
- SqlColumnizer.cs
- UncommonField.cs
- ValidateNames.cs
- Decorator.cs
- ImageKeyConverter.cs
- FormViewUpdatedEventArgs.cs
- PlainXmlWriter.cs
- QilGeneratorEnv.cs
- ping.cs
- ObjectStateEntryDbDataRecord.cs
- ZipFileInfo.cs
- HtmlInputButton.cs
- EntitySetDataBindingList.cs
- Literal.cs
- MethodAccessException.cs
- StackBuilderSink.cs
- MeasureItemEvent.cs
- SqlInternalConnection.cs
- CookielessData.cs
- XomlSerializationHelpers.cs
- BindingList.cs
- PageWrapper.cs
- MDIClient.cs
- Semaphore.cs
- PolicyManager.cs
- IgnoreFileBuildProvider.cs
- SessionStateContainer.cs
- CaseExpr.cs
- HexParser.cs
- DependencyObject.cs
- PrintingPermissionAttribute.cs
- TdsParserSafeHandles.cs
- AuthenticationException.cs
- ScheduleChanges.cs
- ItemContainerPattern.cs
- Encoder.cs
- SolidColorBrush.cs
- FontStretchConverter.cs
- NegotiationTokenAuthenticatorStateCache.cs
- FindSimilarActivitiesVerb.cs
- DesignerOptionService.cs
- ProvidePropertyAttribute.cs
- SqlAliasesReferenced.cs
- InputManager.cs
- GPStream.cs
- JsonReader.cs
- SystemIcmpV4Statistics.cs
- PatternMatcher.cs
- MapPathBasedVirtualPathProvider.cs
- OracleInfoMessageEventArgs.cs
- MimeFormImporter.cs
- GiveFeedbackEventArgs.cs
- DeviceContexts.cs
- Sentence.cs
- EditorServiceContext.cs
- xml.cs
- TextTreeExtractElementUndoUnit.cs
- CloseSequenceResponse.cs
- Nodes.cs
- HatchBrush.cs
- SingleAnimationUsingKeyFrames.cs
- PerformanceCounterPermissionAttribute.cs