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
- QilValidationVisitor.cs
- ReadOnlyPropertyMetadata.cs
- XmlILStorageConverter.cs
- Event.cs
- GeneratedContractType.cs
- CodeAssignStatement.cs
- EnumBuilder.cs
- PermissionSetTriple.cs
- ResourceKey.cs
- KeyFrames.cs
- RectValueSerializer.cs
- AppDomainInstanceProvider.cs
- MouseGestureValueSerializer.cs
- DataGridViewTopRowAccessibleObject.cs
- EventPrivateKey.cs
- ObjectListField.cs
- StringAnimationUsingKeyFrames.cs
- WindowsStartMenu.cs
- Clock.cs
- PropertyConverter.cs
- GeometryConverter.cs
- ProcessHost.cs
- cookie.cs
- BitmapEffectCollection.cs
- PrinterResolution.cs
- OutputCacheModule.cs
- CellParagraph.cs
- ProviderSettings.cs
- DbMetaDataFactory.cs
- DebugHandleTracker.cs
- Stacktrace.cs
- ComponentTray.cs
- TreeViewHitTestInfo.cs
- BindingExpression.cs
- DeferredBinaryDeserializerExtension.cs
- OrderByQueryOptionExpression.cs
- BindingNavigator.cs
- TextSelectionProcessor.cs
- ItemCollection.cs
- CheckBoxBaseAdapter.cs
- UriTemplateTable.cs
- AnimationClock.cs
- DataGridViewUtilities.cs
- ObjectDataProvider.cs
- DesignerTextWriter.cs
- PerformanceCountersElement.cs
- SeverityFilter.cs
- SQLDecimalStorage.cs
- LockedBorderGlyph.cs
- LinqDataSourceView.cs
- MouseGesture.cs
- SqlDataSourceCache.cs
- FontFamily.cs
- WebZone.cs
- TransformProviderWrapper.cs
- SqlCommand.cs
- CryptoConfig.cs
- ReadOnlyCollectionBase.cs
- PageRanges.cs
- OlePropertyStructs.cs
- SQLString.cs
- TextTrailingCharacterEllipsis.cs
- CommandEventArgs.cs
- SettingsContext.cs
- LockedAssemblyCache.cs
- ReaderContextStackData.cs
- SqlDependencyListener.cs
- XsltException.cs
- SafeNativeMethodsCLR.cs
- TPLETWProvider.cs
- HebrewCalendar.cs
- Convert.cs
- HostProtectionPermission.cs
- ChangeInterceptorAttribute.cs
- ISessionStateStore.cs
- LinqDataSourceValidationException.cs
- CachedFontFace.cs
- DictionaryBase.cs
- EncryptedData.cs
- ImageDrawing.cs
- TabOrder.cs
- InputReport.cs
- ZipIOExtraField.cs
- DataException.cs
- SmtpLoginAuthenticationModule.cs
- DecoderExceptionFallback.cs
- KeyEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- FunctionDefinition.cs
- NumericUpDown.cs
- InstanceHandleReference.cs
- SimpleRecyclingCache.cs
- RawKeyboardInputReport.cs
- _NativeSSPI.cs
- KeyValuePair.cs
- CatalogPartCollection.cs
- DetailsViewUpdatedEventArgs.cs
- SQLInt16.cs
- Win32.cs
- BamlStream.cs