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
- DataServiceQueryProvider.cs
- HierarchicalDataBoundControl.cs
- ResourceDictionary.cs
- WindowsEditBoxRange.cs
- GlyphsSerializer.cs
- ServiceOperationHelpers.cs
- ComPlusInstanceProvider.cs
- JavaScriptString.cs
- D3DImage.cs
- FunctionMappingTranslator.cs
- BindingMemberInfo.cs
- AttachmentCollection.cs
- ContentPosition.cs
- ExceptionCollection.cs
- HtmlTextArea.cs
- DateTimeConverter2.cs
- TextTreeText.cs
- InvalidOleVariantTypeException.cs
- InstalledFontCollection.cs
- WebServiceParameterData.cs
- TextReader.cs
- BitmapData.cs
- BufferBuilder.cs
- SelectedDatesCollection.cs
- BStrWrapper.cs
- DelimitedListTraceListener.cs
- Mapping.cs
- FixedSOMElement.cs
- ProcessRequestArgs.cs
- IgnoreFileBuildProvider.cs
- DataReaderContainer.cs
- RunWorkerCompletedEventArgs.cs
- SafeArrayTypeMismatchException.cs
- Transform.cs
- DbConnectionFactory.cs
- AnnotationObservableCollection.cs
- FontInfo.cs
- CriticalHandle.cs
- XmlSchemaObjectCollection.cs
- InvalidDataException.cs
- SoapEnvelopeProcessingElement.cs
- PageContentAsyncResult.cs
- ColumnMapProcessor.cs
- HttpListenerRequest.cs
- XmlSerializerAssemblyAttribute.cs
- DataGridViewRowHeaderCell.cs
- MultiSelector.cs
- ClientTargetCollection.cs
- Rotation3DAnimationBase.cs
- WebPartEditorCancelVerb.cs
- IsolatedStorageFileStream.cs
- Int16.cs
- WebRequestModulesSection.cs
- OutputScopeManager.cs
- HtmlInputText.cs
- RSAOAEPKeyExchangeFormatter.cs
- peersecurityelement.cs
- PolyLineSegment.cs
- ListControl.cs
- DataServiceBehavior.cs
- EarlyBoundInfo.cs
- GlyphingCache.cs
- BooleanExpr.cs
- EntityContainer.cs
- WebRequestModuleElementCollection.cs
- _SslSessionsCache.cs
- Interlocked.cs
- UIElementAutomationPeer.cs
- SamlAttribute.cs
- DataStreamFromComStream.cs
- Keyboard.cs
- AnnotationDocumentPaginator.cs
- ListViewItemSelectionChangedEvent.cs
- FontCacheLogic.cs
- ResourcesGenerator.cs
- SoapSchemaMember.cs
- IsolatedStorageException.cs
- ControlBuilder.cs
- XPathAncestorIterator.cs
- DataGridPagingPage.cs
- EmbeddedMailObject.cs
- InvalidComObjectException.cs
- EarlyBoundInfo.cs
- DateTimePicker.cs
- ToolboxBitmapAttribute.cs
- SecurityDescriptor.cs
- NetworkAddressChange.cs
- SQLInt16Storage.cs
- IssuedTokenClientCredential.cs
- DataObjectSettingDataEventArgs.cs
- CurrentChangingEventManager.cs
- ObjectStateEntry.cs
- nulltextcontainer.cs
- RegexStringValidator.cs
- XslAst.cs
- LocalizableAttribute.cs
- ThreadStaticAttribute.cs
- GridSplitterAutomationPeer.cs
- ValueOfAction.cs
- QueryableFilterUserControl.cs