Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ValidatorCollection.cs
- ComponentCollection.cs
- XmlSchemaAppInfo.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- ObjectListItem.cs
- NavigationPropertyEmitter.cs
- UnsafeNativeMethods.cs
- Int64.cs
- ScaleTransform.cs
- Geometry.cs
- OrderablePartitioner.cs
- IsolatedStoragePermission.cs
- HandlerBase.cs
- UpdateTranslator.cs
- BezierSegment.cs
- TimeSpanValidator.cs
- Label.cs
- FigureParaClient.cs
- TextLineBreak.cs
- DurableDispatcherAddressingFault.cs
- DotAtomReader.cs
- SafeNativeMethods.cs
- HtmlButton.cs
- IntPtr.cs
- TraceShell.cs
- GridViewDeleteEventArgs.cs
- TableLayoutColumnStyleCollection.cs
- CapabilitiesState.cs
- DataGridViewRow.cs
- SqlUdtInfo.cs
- SortKey.cs
- MenuRendererClassic.cs
- PrintDialogDesigner.cs
- FlowLayout.cs
- QilIterator.cs
- MaterialGroup.cs
- Selector.cs
- AmbientProperties.cs
- SimpleHandlerFactory.cs
- FormatControl.cs
- XmlSchemaElement.cs
- DispatcherProcessingDisabled.cs
- ResourceDisplayNameAttribute.cs
- Directory.cs
- FixedPageStructure.cs
- HwndTarget.cs
- TypeKeyValue.cs
- ImportCatalogPart.cs
- xmlsaver.cs
- securitycriticaldataClass.cs
- FrameworkContextData.cs
- EditorPartCollection.cs
- QueryCacheKey.cs
- DataSourceSelectArguments.cs
- HijriCalendar.cs
- ImageListUtils.cs
- StringToken.cs
- HttpRuntimeSection.cs
- GlyphRunDrawing.cs
- UnmanagedHandle.cs
- Fx.cs
- AsyncOperation.cs
- CFStream.cs
- DllNotFoundException.cs
- XappLauncher.cs
- HashHelpers.cs
- ZipIOExtraFieldZip64Element.cs
- Script.cs
- LookupNode.cs
- VolatileEnlistmentState.cs
- PeerNameRegistration.cs
- StaticSiteMapProvider.cs
- GridEntry.cs
- CqlLexer.cs
- XmlNodeWriter.cs
- DBCSCodePageEncoding.cs
- VersionedStream.cs
- ConfigXmlAttribute.cs
- WindowCollection.cs
- TextCompositionManager.cs
- OleDbMetaDataFactory.cs
- XmlWriter.cs
- Bidi.cs
- HostedElements.cs
- SqlNode.cs
- ManagementScope.cs
- IndicShape.cs
- XmlNodeReader.cs
- InvalidFilterCriteriaException.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DynamicVirtualDiscoSearcher.cs
- HideDisabledControlAdapter.cs
- SystemWebCachingSectionGroup.cs
- NavigationWindow.cs
- WebControl.cs
- TypedLocationWrapper.cs
- XmlQueryType.cs
- SqlColumnizer.cs
- DesignObjectWrapper.cs
- LingerOption.cs