Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / 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.
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
- ExpressionBuilder.cs
- KnownBoxes.cs
- RequestCacheEntry.cs
- MessageUtil.cs
- RequestCacheManager.cs
- DateTimeConverter.cs
- CodeMemberEvent.cs
- PageEventArgs.cs
- MultipartContentParser.cs
- XmlDownloadManager.cs
- TransactionScopeDesigner.cs
- ConstantSlot.cs
- FactoryMaker.cs
- DataGridViewColumn.cs
- ConfigXmlText.cs
- TextEffectCollection.cs
- RegexTypeEditor.cs
- QilNode.cs
- InvokeHandlers.cs
- ImportCatalogPart.cs
- DatatypeImplementation.cs
- TextEditorThreadLocalStore.cs
- XamlPointCollectionSerializer.cs
- SystemPens.cs
- ValidationSettings.cs
- HttpContext.cs
- PageCatalogPart.cs
- DetailsViewModeEventArgs.cs
- ContainerActivationHelper.cs
- XmlName.cs
- SQLRoleProvider.cs
- ConcatQueryOperator.cs
- LabelAutomationPeer.cs
- XmlReader.cs
- WebPartDisplayModeCancelEventArgs.cs
- EntityCommandExecutionException.cs
- TCPClient.cs
- HttpPostProtocolImporter.cs
- UTF8Encoding.cs
- WindowsListViewItemCheckBox.cs
- RemotingAttributes.cs
- ValidationEventArgs.cs
- LocatorManager.cs
- XmlText.cs
- PinnedBufferMemoryStream.cs
- CacheChildrenQuery.cs
- BindingExpressionBase.cs
- PixelFormatConverter.cs
- MachineSettingsSection.cs
- TextTabProperties.cs
- CompositeDispatchFormatter.cs
- DataTemplateSelector.cs
- CSharpCodeProvider.cs
- BindingMAnagerBase.cs
- SoundPlayerAction.cs
- IOException.cs
- Binding.cs
- PixelFormatConverter.cs
- validationstate.cs
- TextContainer.cs
- WebPartsPersonalization.cs
- CapabilitiesState.cs
- WebPartVerbCollection.cs
- DocumentXPathNavigator.cs
- MembershipPasswordException.cs
- SystemSounds.cs
- TraceSection.cs
- XmlEventCache.cs
- ProjectionCamera.cs
- CurrentTimeZone.cs
- LinearGradientBrush.cs
- BamlTreeMap.cs
- SynchronizedPool.cs
- WebPartActionVerb.cs
- Model3D.cs
- InputBinding.cs
- PermissionRequestEvidence.cs
- ScriptManager.cs
- ISFClipboardData.cs
- XamlSerializerUtil.cs
- Rijndael.cs
- WriteableBitmap.cs
- ZipIOExtraFieldPaddingElement.cs
- DataGridViewControlCollection.cs
- HtmlUtf8RawTextWriter.cs
- EmbeddedMailObjectsCollection.cs
- NaturalLanguageHyphenator.cs
- WrappingXamlSchemaContext.cs
- MetadataItemEmitter.cs
- AsmxEndpointPickerExtension.cs
- LineSegment.cs
- DebugView.cs
- ToolStripLocationCancelEventArgs.cs
- ExpressionNode.cs
- HtmlElement.cs
- SEHException.cs
- SHA512.cs
- OverflowException.cs
- RuntimeConfig.cs
- BypassElement.cs