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
- DbConnectionInternal.cs
- ImportedNamespaceContextItem.cs
- CustomGrammar.cs
- MatrixTransform3D.cs
- DataGridColumnHeaderCollection.cs
- UInt16.cs
- SelectionChangedEventArgs.cs
- ServiceNameElement.cs
- ArgumentOutOfRangeException.cs
- TagMapCollection.cs
- EntityAdapter.cs
- BuildProvider.cs
- WindowsRebar.cs
- PolicyManager.cs
- StaticResourceExtension.cs
- DataSysAttribute.cs
- DateTimeStorage.cs
- DBNull.cs
- ProfileService.cs
- RC2CryptoServiceProvider.cs
- RowToFieldTransformer.cs
- UserInitiatedRoutedEventPermission.cs
- XmlArrayItemAttributes.cs
- HttpProfileGroupBase.cs
- PartBasedPackageProperties.cs
- XmlStreamedByteStreamReader.cs
- DeviceContext2.cs
- CollectionBuilder.cs
- GridLength.cs
- TargetInvocationException.cs
- KeysConverter.cs
- XslAstAnalyzer.cs
- NotImplementedException.cs
- ConstraintCollection.cs
- ConnectionsZoneAutoFormat.cs
- BrushMappingModeValidation.cs
- BordersPage.cs
- ProfileSettings.cs
- DictionaryBase.cs
- TableSectionStyle.cs
- SqlProcedureAttribute.cs
- SafeCryptoHandles.cs
- SQLChars.cs
- MasterPage.cs
- SecurityContext.cs
- GetIndexBinder.cs
- SourceExpressionException.cs
- CertificateManager.cs
- _HeaderInfoTable.cs
- EnumMemberAttribute.cs
- EntityDataSourceViewSchema.cs
- SubpageParaClient.cs
- RoleService.cs
- DefaultBinder.cs
- DataGridViewTopRowAccessibleObject.cs
- DataSourceHelper.cs
- SqlDataAdapter.cs
- Util.cs
- PagedDataSource.cs
- TreeNodeBinding.cs
- EventManager.cs
- XmlObjectSerializerReadContext.cs
- ParsedAttributeCollection.cs
- CollectionViewGroup.cs
- ItemAutomationPeer.cs
- TrimSurroundingWhitespaceAttribute.cs
- GenericsNotImplementedException.cs
- ArraySegment.cs
- XmlSchemaIdentityConstraint.cs
- ProjectionCamera.cs
- QuadraticBezierSegment.cs
- GorillaCodec.cs
- AVElementHelper.cs
- TraceRecords.cs
- ProviderConnectionPoint.cs
- SafeNativeMemoryHandle.cs
- TextInfo.cs
- ColorAnimationUsingKeyFrames.cs
- BamlRecordHelper.cs
- DbDataReader.cs
- ImportStoreException.cs
- BamlResourceSerializer.cs
- CalendarDay.cs
- PanelStyle.cs
- DesignerInterfaces.cs
- ConfigurationValue.cs
- AsyncStreamReader.cs
- LightweightCodeGenerator.cs
- XPathAxisIterator.cs
- BindingBase.cs
- StatusBarDesigner.cs
- RectAnimationBase.cs
- StylusButtonEventArgs.cs
- CodeGenerationManager.cs
- DetailsViewCommandEventArgs.cs
- XpsFilter.cs
- PropertyTabAttribute.cs
- EntityWrapperFactory.cs
- X509ChainElement.cs
- GiveFeedbackEventArgs.cs