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
- XmlElementCollection.cs
- EventLogEntryCollection.cs
- _CookieModule.cs
- OuterGlowBitmapEffect.cs
- CodeSnippetTypeMember.cs
- StreamResourceInfo.cs
- DefinitionUpdate.cs
- SchemaCollectionPreprocessor.cs
- CqlWriter.cs
- cookiecollection.cs
- Visual3D.cs
- ListBoxItem.cs
- Point.cs
- EventLogPermission.cs
- PropertyGridView.cs
- DataRowChangeEvent.cs
- ConfigurationErrorsException.cs
- DesignerActionVerbList.cs
- BaseValidatorDesigner.cs
- SortDescription.cs
- SAPICategories.cs
- Int32Rect.cs
- EdmItemCollection.cs
- WebPageTraceListener.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CharacterHit.cs
- _AutoWebProxyScriptHelper.cs
- DbgCompiler.cs
- XpsS0ValidatingLoader.cs
- TextEmbeddedObject.cs
- NativeMethods.cs
- DataServiceRequestOfT.cs
- PtsContext.cs
- CellCreator.cs
- FontStretch.cs
- AssociationSetEnd.cs
- _NetRes.cs
- CodeDomConfigurationHandler.cs
- CellConstantDomain.cs
- DefaultValueConverter.cs
- MetadataFile.cs
- EntitySqlQueryState.cs
- BoundColumn.cs
- QuaternionValueSerializer.cs
- UriSectionReader.cs
- IndexOutOfRangeException.cs
- XmlSerializationGeneratedCode.cs
- Transform3D.cs
- DataIdProcessor.cs
- assertwrapper.cs
- MergablePropertyAttribute.cs
- GetFileNameResult.cs
- MeshGeometry3D.cs
- ExpressionTable.cs
- Accessible.cs
- DbDataReader.cs
- TabItemAutomationPeer.cs
- DataGridViewRowsAddedEventArgs.cs
- ETagAttribute.cs
- WmlCommandAdapter.cs
- EntityDataSourceEntitySetNameItem.cs
- UpdateTranslator.cs
- BitStack.cs
- SafeNativeMethods.cs
- FunctionDetailsReader.cs
- TiffBitmapEncoder.cs
- BindingCompleteEventArgs.cs
- ComContractElementCollection.cs
- VScrollProperties.cs
- BindingMemberInfo.cs
- CallbackHandler.cs
- RelationshipEndCollection.cs
- DataSourceGroupCollection.cs
- MultiView.cs
- CompilerInfo.cs
- StylusPointProperty.cs
- WSSecureConversationFeb2005.cs
- LayoutEvent.cs
- SqlNodeAnnotations.cs
- OracleCommandBuilder.cs
- DockPatternIdentifiers.cs
- xdrvalidator.cs
- QilScopedVisitor.cs
- OutputWindow.cs
- TimeSpanStorage.cs
- Profiler.cs
- Claim.cs
- SmiXetterAccessMap.cs
- DataGridViewCellParsingEventArgs.cs
- ColorAnimation.cs
- FtpCachePolicyElement.cs
- DetailsViewPagerRow.cs
- EnvironmentPermission.cs
- LoadedOrUnloadedOperation.cs
- LoadedEvent.cs
- ContentControl.cs
- ResumeStoryboard.cs
- ValidatingCollection.cs
- ReceiveSecurityHeaderEntry.cs
- EnumType.cs