Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / LocationChangedEventArgs.cs / 1305376 / LocationChangedEventArgs.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Windows; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class LocationChangedEventArgs : EventArgs { Point newLocation; public LocationChangedEventArgs(Point newLocation) { this.newLocation = newLocation; } public Point NewLocation { get { return this.newLocation; } } } } // 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
- Converter.cs
- CipherData.cs
- ProfileParameter.cs
- LingerOption.cs
- AnimationException.cs
- DbProviderFactories.cs
- BlobPersonalizationState.cs
- EllipseGeometry.cs
- XmlEventCache.cs
- WebPartEditorCancelVerb.cs
- NullableLongSumAggregationOperator.cs
- FilterFactory.cs
- XmlAttributeOverrides.cs
- FormsIdentity.cs
- DocumentSequence.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- UserControlBuildProvider.cs
- TimeSpanSecondsConverter.cs
- BaseCodeDomTreeGenerator.cs
- Viewport3DAutomationPeer.cs
- ValidateNames.cs
- ClientUtils.cs
- ConfigUtil.cs
- BaseProcessor.cs
- validation.cs
- BigInt.cs
- UDPClient.cs
- DrawTreeNodeEventArgs.cs
- CodeCompiler.cs
- XPathAncestorIterator.cs
- ScrollItemPattern.cs
- RegisteredDisposeScript.cs
- GroupDescription.cs
- HttpModuleAction.cs
- XmlCDATASection.cs
- CompiledRegexRunnerFactory.cs
- DependencyPropertyConverter.cs
- FileLoadException.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- Vector3DAnimationBase.cs
- translator.cs
- Int16.cs
- IItemContainerGenerator.cs
- SqlOuterApplyReducer.cs
- cookieexception.cs
- DataComponentMethodGenerator.cs
- CodeObjectCreateExpression.cs
- ProfileGroupSettingsCollection.cs
- TimeSpanConverter.cs
- DynamicPropertyHolder.cs
- WindowsScrollBar.cs
- ViewEvent.cs
- Font.cs
- DBConnection.cs
- SortedDictionary.cs
- XmlCharacterData.cs
- ReadOnlyObservableCollection.cs
- RoutingTable.cs
- HttpApplicationFactory.cs
- SQLDateTime.cs
- XPathException.cs
- ScalarRestriction.cs
- SchemaElementDecl.cs
- ReadOnlyDataSourceView.cs
- BasicBrowserDialog.cs
- StyleSelector.cs
- OperandQuery.cs
- SessionStateSection.cs
- ReadOnlyDictionary.cs
- Utils.cs
- HtmlInputText.cs
- TypeSemantics.cs
- BindStream.cs
- ThumbAutomationPeer.cs
- SafeRightsManagementQueryHandle.cs
- BaseAsyncResult.cs
- EncryptedPackageFilter.cs
- ConnectionProviderAttribute.cs
- ErrorView.xaml.cs
- UniqueConstraint.cs
- COM2FontConverter.cs
- MouseEventArgs.cs
- NamedObject.cs
- ResourcePool.cs
- HttpServerProtocol.cs
- ProfilePropertySettings.cs
- SqlComparer.cs
- MemberAccessException.cs
- XPathNavigator.cs
- OdbcException.cs
- IndependentlyAnimatedPropertyMetadata.cs
- PropertyChangedEventManager.cs
- Label.cs
- TraceHelpers.cs
- PixelFormatConverter.cs
- TreeNodeBindingCollection.cs
- UrlMappingsModule.cs
- AudioBase.cs
- DefaultMemberAttribute.cs
- ImageCodecInfo.cs