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
- ServicesUtilities.cs
- TextRange.cs
- StringHandle.cs
- MetadataCache.cs
- EntityDesignerUtils.cs
- CompositeTypefaceMetrics.cs
- WebPartZoneBaseDesigner.cs
- AlignmentYValidation.cs
- Timer.cs
- XPathMultyIterator.cs
- SafeNativeMethodsMilCoreApi.cs
- bindurihelper.cs
- ISessionStateStore.cs
- RectangleF.cs
- Timer.cs
- unsafeIndexingFilterStream.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- Expression.cs
- ProjectionQueryOptionExpression.cs
- SinglePageViewer.cs
- DocumentEventArgs.cs
- Graphics.cs
- DataGridHeaderBorder.cs
- IntegerCollectionEditor.cs
- XmlSchemaGroup.cs
- DataGridViewUtilities.cs
- WebBrowserPermission.cs
- HttpsHostedTransportConfiguration.cs
- HtmlInputButton.cs
- TraceHandler.cs
- TemplateControl.cs
- OracleColumn.cs
- TransformProviderWrapper.cs
- UserControl.cs
- webbrowsersite.cs
- DBAsyncResult.cs
- ElementAtQueryOperator.cs
- MemberAssignment.cs
- XmlNamespaceManager.cs
- Point3DValueSerializer.cs
- NativeMethods.cs
- XmlILAnnotation.cs
- BitmapMetadataBlob.cs
- PenCursorManager.cs
- BulletChrome.cs
- CipherData.cs
- XmlNamespaceDeclarationsAttribute.cs
- DrawingContextWalker.cs
- COM2EnumConverter.cs
- TemplatedMailWebEventProvider.cs
- XmlEncoding.cs
- SqlTypesSchemaImporter.cs
- FunctionQuery.cs
- WindowClosedEventArgs.cs
- PeerName.cs
- CodeRemoveEventStatement.cs
- DeleteIndexBinder.cs
- TypeConverterAttribute.cs
- PropertySourceInfo.cs
- AsyncInvokeOperation.cs
- EncoderParameters.cs
- Bold.cs
- RawStylusInputReport.cs
- PopupControlService.cs
- BufferedGraphicsContext.cs
- ImportDesigner.xaml.cs
- QilExpression.cs
- ToolboxComponentsCreatingEventArgs.cs
- Type.cs
- ExpandCollapseProviderWrapper.cs
- DelegatingTypeDescriptionProvider.cs
- StatusBarDrawItemEvent.cs
- AttributeCollection.cs
- HtmlInputHidden.cs
- CellPartitioner.cs
- EventLog.cs
- RotateTransform3D.cs
- UnrecognizedAssertionsBindingElement.cs
- ExpressionParser.cs
- FileChangesMonitor.cs
- SystemEvents.cs
- DesignerHelpers.cs
- ResXDataNode.cs
- XhtmlBasicPanelAdapter.cs
- Size3D.cs
- TitleStyle.cs
- WebPartPersonalization.cs
- InternalException.cs
- LiteralControl.cs
- ReadOnlyCollection.cs
- OutputCacheProfileCollection.cs
- ReadWriteObjectLock.cs
- XamlWriter.cs
- CompositeTypefaceMetrics.cs
- EventLogPermissionEntryCollection.cs
- FaultContext.cs
- InvocationExpression.cs
- ObjectKeyFrameCollection.cs
- XmlStreamStore.cs
- LocalizedNameDescriptionPair.cs