Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------- // 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
- RectConverter.cs
- Drawing.cs
- TabletDeviceInfo.cs
- TextCompositionEventArgs.cs
- SqlCacheDependencySection.cs
- XPathBinder.cs
- TraceXPathNavigator.cs
- WpfKnownMemberInvoker.cs
- MsmqBindingMonitor.cs
- TraceLevelStore.cs
- DPTypeDescriptorContext.cs
- XmlChoiceIdentifierAttribute.cs
- OpCellTreeNode.cs
- TypeToken.cs
- CompositionAdorner.cs
- CallbackCorrelationInitializer.cs
- LoginView.cs
- AppDomainUnloadedException.cs
- CommandBinding.cs
- SmiTypedGetterSetter.cs
- CodeFieldReferenceExpression.cs
- DataGridCellEditEndingEventArgs.cs
- StyleReferenceConverter.cs
- ListenerConnectionDemuxer.cs
- RelatedImageListAttribute.cs
- BindingExpressionUncommonField.cs
- ACL.cs
- Walker.cs
- wmiprovider.cs
- HtmlObjectListAdapter.cs
- WebPartMenuStyle.cs
- ReversePositionQuery.cs
- listviewsubitemcollectioneditor.cs
- MaskedTextBoxTextEditor.cs
- CrossSiteScriptingValidation.cs
- SecurityDescriptor.cs
- IntegerFacetDescriptionElement.cs
- ViewBase.cs
- ResourceFallbackManager.cs
- VectorConverter.cs
- RepeaterItem.cs
- AccessDataSourceDesigner.cs
- NameValueSectionHandler.cs
- dataprotectionpermissionattribute.cs
- VariableQuery.cs
- PixelShader.cs
- counter.cs
- DetailsView.cs
- ImageIndexConverter.cs
- RemoteWebConfigurationHostServer.cs
- ScaleTransform.cs
- XmlHierarchicalEnumerable.cs
- DomainConstraint.cs
- ErrorHandler.cs
- RSAProtectedConfigurationProvider.cs
- AdCreatedEventArgs.cs
- AddInControllerImpl.cs
- Pair.cs
- CanExecuteRoutedEventArgs.cs
- TargetInvocationException.cs
- MatrixTransform3D.cs
- AdapterDictionary.cs
- BinaryMethodMessage.cs
- RotateTransform.cs
- RectConverter.cs
- StringExpressionSet.cs
- WindowsFormsSynchronizationContext.cs
- ListBoxAutomationPeer.cs
- AbstractSvcMapFileLoader.cs
- GridViewRowEventArgs.cs
- NameValueFileSectionHandler.cs
- CombinedGeometry.cs
- CompositeControlDesigner.cs
- PlainXmlSerializer.cs
- MessageContractAttribute.cs
- SplineQuaternionKeyFrame.cs
- OdbcConnectionStringbuilder.cs
- SamlEvidence.cs
- MailWriter.cs
- SoundPlayer.cs
- XmlReflectionMember.cs
- StringToken.cs
- CalendarDataBindingHandler.cs
- translator.cs
- WebConfigurationFileMap.cs
- MultiSelectRootGridEntry.cs
- PropertyItemInternal.cs
- ItemType.cs
- AnimationLayer.cs
- SolidColorBrush.cs
- BrowserDefinitionCollection.cs
- EventLogPermission.cs
- RemotingConfiguration.cs
- WorkflowControlClient.cs
- ElementAction.cs
- MethodBody.cs
- ApplicationCommands.cs
- DebugView.cs
- TableLayoutColumnStyleCollection.cs
- ThicknessAnimationBase.cs