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
- ApplicationFileCodeDomTreeGenerator.cs
- ClientSettingsStore.cs
- WmlSelectionListAdapter.cs
- DescendantQuery.cs
- ExportFileRequest.cs
- CatchBlock.cs
- SubtreeProcessor.cs
- XmlBinaryReader.cs
- RunWorkerCompletedEventArgs.cs
- GenerateTemporaryAssemblyTask.cs
- DataSetUtil.cs
- EventMetadata.cs
- Errors.cs
- ColorDialog.cs
- DebugInfoGenerator.cs
- SatelliteContractVersionAttribute.cs
- ScrollBar.cs
- XsdValidatingReader.cs
- FocusChangedEventArgs.cs
- DocumentViewer.cs
- MessageOperationFormatter.cs
- RoleManagerModule.cs
- xml.cs
- Guid.cs
- LinqDataSourceUpdateEventArgs.cs
- CultureTableRecord.cs
- DynamicRenderer.cs
- AssemblyHash.cs
- ParserOptions.cs
- SqlGatherConsumedAliases.cs
- OrderedHashRepartitionEnumerator.cs
- SchemaSetCompiler.cs
- CommentGlyph.cs
- BamlCollectionHolder.cs
- NavigationExpr.cs
- EntityAdapter.cs
- OrthographicCamera.cs
- UnsafeNativeMethods.cs
- DataControlImageButton.cs
- TextPointerBase.cs
- Drawing.cs
- KeyValuePair.cs
- InfoCardRSACryptoProvider.cs
- ImpersonateTokenRef.cs
- CallbackHandler.cs
- RenderDataDrawingContext.cs
- DataTableReaderListener.cs
- ToolStripItemImageRenderEventArgs.cs
- cache.cs
- HttpDebugHandler.cs
- UIPermission.cs
- ServiceMetadataContractBehavior.cs
- FontStyles.cs
- PowerModeChangedEventArgs.cs
- QilTargetType.cs
- OleTxTransaction.cs
- MaterialCollection.cs
- LocatorBase.cs
- PageAsyncTask.cs
- DataSourceCache.cs
- HitTestResult.cs
- GridViewEditEventArgs.cs
- Switch.cs
- TableLayoutPanelCellPosition.cs
- OdbcConnectionStringbuilder.cs
- AllMembershipCondition.cs
- BinaryObjectReader.cs
- ZeroOpNode.cs
- PersonalizationProviderCollection.cs
- XmlProcessingInstruction.cs
- TagMapCollection.cs
- ComponentCodeDomSerializer.cs
- CapabilitiesState.cs
- ToolStripRenderer.cs
- MarkupCompiler.cs
- loginstatus.cs
- CodeTypeReference.cs
- EventRouteFactory.cs
- TextClipboardData.cs
- SettingsProviderCollection.cs
- ItemCheckedEvent.cs
- TraceListener.cs
- PersonalizableAttribute.cs
- LayoutManager.cs
- VirtualPathUtility.cs
- IDispatchConstantAttribute.cs
- GC.cs
- EntityConnectionStringBuilderItem.cs
- TypeForwardedToAttribute.cs
- FormsAuthenticationTicket.cs
- SiblingIterators.cs
- UIElementParaClient.cs
- bidPrivateBase.cs
- KnownTypesHelper.cs
- BitStream.cs
- ThrowHelper.cs
- RootBrowserWindowProxy.cs
- CacheAxisQuery.cs
- ContractInferenceHelper.cs
- DispatcherOperation.cs