Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / AutoResizedEvent.cs / 1 / AutoResizedEvent.cs
using System; using System.Collections; using System.Windows.Threading; using System.Windows.Media; using System.Runtime.InteropServices; using MS.Win32; namespace System.Windows { ////// Handler for the AutoResized event on HwndSource. /// public delegate void AutoResizedEventHandler(object sender, AutoResizedEventArgs e); ////// Event arguments for the AutoResized event on HwndSource. /// public class AutoResizedEventArgs : EventArgs { ////// Creates a new AutoResized event argument. /// /// The new size of the HwndSource. public AutoResizedEventArgs(Size size) { _size = size; } ////// The new size of the HwndSource. /// public Size Size { get { return _size; } } private Size _size; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Windows.Threading; using System.Windows.Media; using System.Runtime.InteropServices; using MS.Win32; namespace System.Windows { ////// Handler for the AutoResized event on HwndSource. /// public delegate void AutoResizedEventHandler(object sender, AutoResizedEventArgs e); ////// Event arguments for the AutoResized event on HwndSource. /// public class AutoResizedEventArgs : EventArgs { ////// Creates a new AutoResized event argument. /// /// The new size of the HwndSource. public AutoResizedEventArgs(Size size) { _size = size; } ////// The new size of the HwndSource. /// public Size Size { get { return _size; } } private Size _size; } } // 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
- DataPagerFieldCollection.cs
- XamlVector3DCollectionSerializer.cs
- TextAdaptor.cs
- ObjectTypeMapping.cs
- SynchronizedInputPattern.cs
- DPTypeDescriptorContext.cs
- ZipFileInfoCollection.cs
- _DigestClient.cs
- DeferredElementTreeState.cs
- InertiaExpansionBehavior.cs
- URI.cs
- UnaryExpressionHelper.cs
- TextSelectionHelper.cs
- EventArgs.cs
- WebBrowserSiteBase.cs
- InternalCache.cs
- ToolStripItemCollection.cs
- TextTreeExtractElementUndoUnit.cs
- TextReader.cs
- _emptywebproxy.cs
- PackageProperties.cs
- SystemIcons.cs
- SchemaImporterExtensionsSection.cs
- GlobalEventManager.cs
- EtwTrace.cs
- Utils.cs
- TypeToken.cs
- CngKey.cs
- Configuration.cs
- QilName.cs
- StackBuilderSink.cs
- ServiceDurableInstanceContextProvider.cs
- TypeResolvingOptionsAttribute.cs
- BamlBinaryWriter.cs
- PointHitTestResult.cs
- LinqDataSourceInsertEventArgs.cs
- AssemblyAttributes.cs
- PrivilegedConfigurationManager.cs
- OleDbErrorCollection.cs
- TriggerAction.cs
- HandlerBase.cs
- SqlTransaction.cs
- SystemNetworkInterface.cs
- XmlResolver.cs
- XmlReaderSettings.cs
- DataViewManager.cs
- DataSourceIDConverter.cs
- SQLMoney.cs
- SocketAddress.cs
- DirectoryInfo.cs
- EventProvider.cs
- PreservationFileReader.cs
- LiteralControl.cs
- Journaling.cs
- ISAPIWorkerRequest.cs
- ResourceAttributes.cs
- CompilerInfo.cs
- WsdlImporterElement.cs
- BufferedGraphicsContext.cs
- TemplateLookupAction.cs
- AssemblyResourceLoader.cs
- WindowsContainer.cs
- WindowAutomationPeer.cs
- ExeContext.cs
- OdbcException.cs
- SystemTcpStatistics.cs
- XmlLanguage.cs
- HierarchicalDataBoundControl.cs
- SqlDependency.cs
- PrimaryKeyTypeConverter.cs
- QuadraticEase.cs
- FormViewRow.cs
- MobileControlDesigner.cs
- XsltContext.cs
- ViewKeyConstraint.cs
- AssemblyNameProxy.cs
- TextEvent.cs
- DataGridViewUtilities.cs
- ReadOnlyDataSource.cs
- BitmapEffectGroup.cs
- ZipIOLocalFileBlock.cs
- PropertyTab.cs
- BehaviorEditorPart.cs
- Ops.cs
- MulticastNotSupportedException.cs
- QueryResultOp.cs
- CorrelationQuery.cs
- SystemResources.cs
- KeyInterop.cs
- SqlFormatter.cs
- ThrowHelper.cs
- GridSplitter.cs
- ValidationSummary.cs
- CodePrimitiveExpression.cs
- UTF8Encoding.cs
- TreeSet.cs
- AssociationTypeEmitter.cs
- BlurEffect.cs
- ToolStripContentPanelRenderEventArgs.cs
- RootBrowserWindowProxy.cs