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
- DataGridColumn.cs
- safelink.cs
- ToolboxDataAttribute.cs
- TransformGroup.cs
- ValidatingCollection.cs
- StringUtil.cs
- DbTypeMap.cs
- DataGridColumn.cs
- TagPrefixCollection.cs
- RangeEnumerable.cs
- XmlDocumentType.cs
- User.cs
- DependencyObjectPropertyDescriptor.cs
- LeaseManager.cs
- SqlFacetAttribute.cs
- ServiceDesigner.xaml.cs
- FilterQuery.cs
- RangeEnumerable.cs
- ComboBoxItem.cs
- X509Certificate2Collection.cs
- TextTreeInsertUndoUnit.cs
- ApplicationInfo.cs
- RewritingSimplifier.cs
- DelayedRegex.cs
- TreeView.cs
- GestureRecognitionResult.cs
- BaseDataListActionList.cs
- precedingquery.cs
- Model3DGroup.cs
- EventListener.cs
- BamlLocalizableResource.cs
- BinaryObjectInfo.cs
- XmlDocumentFragment.cs
- ICspAsymmetricAlgorithm.cs
- TagMapCollection.cs
- RegexParser.cs
- FileSystemEventArgs.cs
- System.Data_BID.cs
- Rethrow.cs
- RawContentTypeMapper.cs
- BoolExpr.cs
- MoveSizeWinEventHandler.cs
- OleDbWrapper.cs
- EndpointInfo.cs
- CaseInsensitiveHashCodeProvider.cs
- ISessionStateStore.cs
- AsymmetricKeyExchangeDeformatter.cs
- ProviderUtil.cs
- EntityStoreSchemaGenerator.cs
- FrameworkContentElementAutomationPeer.cs
- FontNameConverter.cs
- ChannelSinkStacks.cs
- SliderAutomationPeer.cs
- WebPartMinimizeVerb.cs
- MemberPath.cs
- FormViewModeEventArgs.cs
- LocalizableResourceBuilder.cs
- NotImplementedException.cs
- TreeBuilder.cs
- WebPartCatalogAddVerb.cs
- ApplicationActivator.cs
- ObjectListFieldCollection.cs
- ImageAttributes.cs
- ReadOnlyPropertyMetadata.cs
- DataServiceRequestOfT.cs
- FormViewPagerRow.cs
- InArgumentConverter.cs
- ConfigXmlComment.cs
- DesignerVerb.cs
- FontNameConverter.cs
- NGCPageContentCollectionSerializerAsync.cs
- SessionStateContainer.cs
- TrackingProfile.cs
- PropertyChangedEventManager.cs
- SocketPermission.cs
- DateTimeAutomationPeer.cs
- ViewBox.cs
- ExceptionAggregator.cs
- SchemaAttDef.cs
- Fonts.cs
- TypeNameConverter.cs
- NestedContainer.cs
- CodeTypeReference.cs
- CompilerCollection.cs
- CellTreeSimplifier.cs
- SchemaEntity.cs
- ExpressionHelper.cs
- OutputCacheProfile.cs
- IndentTextWriter.cs
- WebPartExportVerb.cs
- SystemIcmpV6Statistics.cs
- OracleTimeSpan.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- WindowVisualStateTracker.cs
- XNodeValidator.cs
- SqlConnectionFactory.cs
- TimeoutValidationAttribute.cs
- TiffBitmapEncoder.cs
- NodeLabelEditEvent.cs
- ListViewGroupItemCollection.cs