Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MimeParameters.cs
- TagPrefixAttribute.cs
- XmlEnumAttribute.cs
- CodeMemberMethod.cs
- ConnectionManagementElementCollection.cs
- __TransparentProxy.cs
- AutomationProperties.cs
- PropertyPushdownHelper.cs
- SeparatorAutomationPeer.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- CollectionViewSource.cs
- LayoutManager.cs
- EmissiveMaterial.cs
- PropertyStore.cs
- GenericWebPart.cs
- RenderDataDrawingContext.cs
- SqlComparer.cs
- SqlClientWrapperSmiStreamChars.cs
- ServiceMetadataContractBehavior.cs
- ManagementEventArgs.cs
- SQLBoolean.cs
- XamlPointCollectionSerializer.cs
- CorrelationKey.cs
- ModelItemDictionary.cs
- X500Name.cs
- HostUtils.cs
- ResolvedKeyFrameEntry.cs
- SizeAnimationClockResource.cs
- CanonicalXml.cs
- View.cs
- IncrementalReadDecoders.cs
- UserControlParser.cs
- FormViewModeEventArgs.cs
- ListenerAdaptersInstallComponent.cs
- SelectionProcessor.cs
- CellQuery.cs
- BatchServiceHost.cs
- ContainerFilterService.cs
- XhtmlBasicPhoneCallAdapter.cs
- OutputCacheProfile.cs
- XsdBuildProvider.cs
- ActivityWithResultWrapper.cs
- OSEnvironmentHelper.cs
- TreeViewBindingsEditor.cs
- MouseDevice.cs
- DoubleLink.cs
- NCryptNative.cs
- XsltSettings.cs
- SizeKeyFrameCollection.cs
- InstanceHandleConflictException.cs
- PermissionSet.cs
- RtfControls.cs
- DrawingAttributes.cs
- AspNetRouteServiceHttpHandler.cs
- ReferenceService.cs
- SignatureToken.cs
- Transform.cs
- WizardForm.cs
- QilVisitor.cs
- UserNameSecurityTokenParameters.cs
- OleDbMetaDataFactory.cs
- FormViewUpdatedEventArgs.cs
- SerializationException.cs
- Pointer.cs
- ConfigurationManagerHelperFactory.cs
- TabletDeviceInfo.cs
- TemplatePropertyEntry.cs
- HttpCookieCollection.cs
- BufferModesCollection.cs
- RequestCache.cs
- WindowsToolbarAsMenu.cs
- StrongNameMembershipCondition.cs
- ResXResourceSet.cs
- PropertyRecord.cs
- IResourceProvider.cs
- PriorityQueue.cs
- FontStretchConverter.cs
- UDPClient.cs
- FileDataSourceCache.cs
- WebPartMenuStyle.cs
- TiffBitmapDecoder.cs
- Span.cs
- CmsInterop.cs
- DropShadowBitmapEffect.cs
- EventHandlersDesigner.cs
- PhysicalOps.cs
- Speller.cs
- TimeoutValidationAttribute.cs
- CodeDefaultValueExpression.cs
- LocatorBase.cs
- CollectionChangedEventManager.cs
- InheritanceContextHelper.cs
- shaperfactoryquerycachekey.cs
- ExpressionVisitor.cs
- ZoneMembershipCondition.cs
- ChtmlTextWriter.cs
- DataTableReaderListener.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- StrongNameHelpers.cs
- ReadOnlyMetadataCollection.cs