Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / View / ViewStateChangedEventArgs.cs / 1305376 / ViewStateChangedEventArgs.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation.View { using System.Activities.Presentation.Model; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class ViewStateChangedEventArgs : EventArgs { ModelItem parentModelItem; string key; object newValue; object oldValue; public ViewStateChangedEventArgs(ModelItem modelItem, string key, object newValue, object oldValue) { this.parentModelItem = modelItem; this.key = key; this.newValue = newValue; this.oldValue = oldValue; } public ModelItem ParentModelItem { get { return this.parentModelItem; } } public string Key { get { return this.key; } } public object NewValue { get { return this.newValue; } } public object OldValue { get { return this.oldValue; } } } } // 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
- AssemblyCacheEntry.cs
- LineBreak.cs
- RawUIStateInputReport.cs
- FunctionNode.cs
- BaseCollection.cs
- RefreshEventArgs.cs
- LocatorManager.cs
- Utils.cs
- localization.cs
- MemoryResponseElement.cs
- ParserContext.cs
- CollectionBuilder.cs
- UriWriter.cs
- CustomPopupPlacement.cs
- AsyncOperationManager.cs
- GroupDescription.cs
- SurrogateEncoder.cs
- TextInfo.cs
- IntSecurity.cs
- XmlFormatExtensionAttribute.cs
- CompilationSection.cs
- ValidationHelper.cs
- AsymmetricAlgorithm.cs
- ToolZone.cs
- DropAnimation.xaml.cs
- BaseConfigurationRecord.cs
- TreeNodeCollectionEditorDialog.cs
- DocumentReference.cs
- DeviceOverridableAttribute.cs
- OracleFactory.cs
- WsdlParser.cs
- TextTreeUndo.cs
- WebServiceEnumData.cs
- ApplicationSettingsBase.cs
- FileUpload.cs
- ObjectDataSourceEventArgs.cs
- AbandonedMutexException.cs
- DebuggerAttributes.cs
- CaretElement.cs
- UshortList2.cs
- QilTargetType.cs
- EntityStoreSchemaFilterEntry.cs
- HtmlTitle.cs
- TextPenaltyModule.cs
- CqlErrorHelper.cs
- ProtectedConfiguration.cs
- DataGridViewBand.cs
- WebPartManagerInternals.cs
- XPathMultyIterator.cs
- _LoggingObject.cs
- SQLDecimal.cs
- Bitmap.cs
- RSACryptoServiceProvider.cs
- DataGridViewTextBoxCell.cs
- WindowProviderWrapper.cs
- InputReport.cs
- FontFamily.cs
- CounterSampleCalculator.cs
- ToolBarTray.cs
- ValueSerializerAttribute.cs
- AppliedDeviceFiltersDialog.cs
- RuleSettings.cs
- followingsibling.cs
- EntityTransaction.cs
- TypeUtil.cs
- FileEnumerator.cs
- XmlReaderDelegator.cs
- SafeRightsManagementPubHandle.cs
- AutoGeneratedFieldProperties.cs
- Color.cs
- ITreeGenerator.cs
- DataContract.cs
- TrackingServices.cs
- SerializationFieldInfo.cs
- DescendantOverDescendantQuery.cs
- InvokeMethodActivity.cs
- DoWorkEventArgs.cs
- ColumnResult.cs
- ConnectionProviderAttribute.cs
- BCryptHashAlgorithm.cs
- ConfigurationValidatorBase.cs
- ResizeBehavior.cs
- SafeSecurityHandles.cs
- CompilationRelaxations.cs
- SafeSecurityHelper.cs
- SessionIDManager.cs
- ParentQuery.cs
- TypeLibraryHelper.cs
- AssertSection.cs
- processwaithandle.cs
- Compress.cs
- DefaultPrintController.cs
- path.cs
- PeerResolverMode.cs
- GCHandleCookieTable.cs
- ProfileServiceManager.cs
- AdapterDictionary.cs
- FullTextState.cs
- AsymmetricAlgorithm.cs
- CompositeDesignerAccessibleObject.cs