Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / AutoResizedEvent.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateParser.cs
- DataRecordObjectView.cs
- BamlLocalizer.cs
- GrammarBuilderBase.cs
- DataGridViewLinkColumn.cs
- EventToken.cs
- EditingCoordinator.cs
- CustomBinding.cs
- WebPartEditorOkVerb.cs
- SuppressMessageAttribute.cs
- WSDualHttpSecurityMode.cs
- WrappedDispatcherException.cs
- PreApplicationStartMethodAttribute.cs
- LOSFormatter.cs
- CompositeCollectionView.cs
- DataObjectEventArgs.cs
- ChannelFactoryBase.cs
- VariableAction.cs
- MessageDescriptionCollection.cs
- TextServicesHost.cs
- TabletDeviceInfo.cs
- ErrorHandler.cs
- OpenTypeCommon.cs
- ClipboardData.cs
- ThrowHelper.cs
- CachedPathData.cs
- Point3DCollectionConverter.cs
- VerificationException.cs
- UnsafeNativeMethods.cs
- BuiltInPermissionSets.cs
- ViewStateException.cs
- Matrix.cs
- DecoderBestFitFallback.cs
- Animatable.cs
- VisualBrush.cs
- QueryStringHandler.cs
- BamlVersionHeader.cs
- SafeProcessHandle.cs
- ProxyWebPartManager.cs
- OdbcConnectionOpen.cs
- QueryStringParameter.cs
- GridViewSortEventArgs.cs
- EventListener.cs
- BypassElement.cs
- InternalBase.cs
- Lazy.cs
- ComContractElementCollection.cs
- WasAdminWrapper.cs
- PackageDigitalSignatureManager.cs
- ToRequest.cs
- PackageRelationship.cs
- FixedSOMTableCell.cs
- BoolLiteral.cs
- QuaternionAnimation.cs
- HttpDebugHandler.cs
- DefaultTraceListener.cs
- SortAction.cs
- TypeGeneratedEventArgs.cs
- DictionarySectionHandler.cs
- HandleExceptionArgs.cs
- TreePrinter.cs
- PointAnimationClockResource.cs
- DeviceContexts.cs
- Vars.cs
- ToolStripSeparatorRenderEventArgs.cs
- UndoEngine.cs
- TextCollapsingProperties.cs
- CheckBoxBaseAdapter.cs
- AsyncInvokeContext.cs
- streamingZipPartStream.cs
- ToolStripGrip.cs
- MenuEventArgs.cs
- TrackingProfile.cs
- UTF8Encoding.cs
- ColorInterpolationModeValidation.cs
- ICspAsymmetricAlgorithm.cs
- NetworkInformationException.cs
- ParentControlDesigner.cs
- ChangeProcessor.cs
- SecurityHeaderLayout.cs
- EventLogPermissionAttribute.cs
- HideDisabledControlAdapter.cs
- MimeImporter.cs
- DiscoveryProxy.cs
- _ListenerAsyncResult.cs
- ThreadStartException.cs
- ListSourceHelper.cs
- PenLineCapValidation.cs
- PerformanceCountersBase.cs
- OdbcParameter.cs
- DbConnectionPoolIdentity.cs
- X509SecurityToken.cs
- ReadContentAsBinaryHelper.cs
- DateTimeFormatInfoScanner.cs
- SafeCoTaskMem.cs
- RecordConverter.cs
- ReferenceCountedObject.cs
- CollectionViewGroup.cs
- CornerRadiusConverter.cs
- DSACryptoServiceProvider.cs