Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / AutoResizedEvent.cs / 1305600 / 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
- ItemAutomationPeer.cs
- CatalogZoneBase.cs
- Rect3D.cs
- SubstitutionDesigner.cs
- ConfigsHelper.cs
- ObjectDataSourceMethodEventArgs.cs
- WmlObjectListAdapter.cs
- OutputBuffer.cs
- EvidenceBase.cs
- SqlNodeAnnotation.cs
- MenuItemStyle.cs
- PostBackTrigger.cs
- Config.cs
- PixelFormatConverter.cs
- CaseStatementProjectedSlot.cs
- XPathNodeList.cs
- BlurBitmapEffect.cs
- CodeLinePragma.cs
- HitTestParameters3D.cs
- WindowsToolbar.cs
- ClientRuntimeConfig.cs
- AdvancedBindingPropertyDescriptor.cs
- AssemblyNameEqualityComparer.cs
- SmtpSection.cs
- AuthenticationManager.cs
- ISFClipboardData.cs
- PrefixHandle.cs
- LocalizedNameDescriptionPair.cs
- SqlDataSourceConnectionPanel.cs
- StdValidatorsAndConverters.cs
- cryptoapiTransform.cs
- KeyEvent.cs
- BitmapEffectGroup.cs
- ControlCollection.cs
- LinkLabel.cs
- EntityDataSourceContainerNameItem.cs
- DesignerVerb.cs
- ImageList.cs
- EmbeddedMailObjectCollectionEditor.cs
- _emptywebproxy.cs
- Slider.cs
- XmlSchemaSimpleContent.cs
- SQLMoney.cs
- DataBoundLiteralControl.cs
- DataDocumentXPathNavigator.cs
- BasicAsyncResult.cs
- AutomationElementIdentifiers.cs
- ClipboardData.cs
- ScriptingSectionGroup.cs
- WasAdminWrapper.cs
- FixedHyperLink.cs
- DesignerLoader.cs
- WebPartHelpVerb.cs
- PerformanceCounterPermissionEntry.cs
- CompositionTarget.cs
- CodeBinaryOperatorExpression.cs
- MetadataProperty.cs
- ListViewPagedDataSource.cs
- WebPartCatalogCloseVerb.cs
- PathSegment.cs
- CodeSubDirectoriesCollection.cs
- WebPartHelpVerb.cs
- ResourceSetExpression.cs
- ColorBlend.cs
- ResXDataNode.cs
- NamespaceCollection.cs
- GeneralTransform3DCollection.cs
- DbFunctionCommandTree.cs
- ClientRuntimeConfig.cs
- AssemblyHash.cs
- HwndHost.cs
- AttributeQuery.cs
- RectValueSerializer.cs
- DataBinder.cs
- NoResizeHandleGlyph.cs
- WindowsStreamSecurityElement.cs
- UIAgentAsyncEndRequest.cs
- RightsManagementPermission.cs
- EntityRecordInfo.cs
- PrivilegedConfigurationManager.cs
- StyleBamlRecordReader.cs
- LineServicesCallbacks.cs
- LambdaCompiler.Binary.cs
- Separator.cs
- SortAction.cs
- ValidationSummary.cs
- HostProtectionException.cs
- AsymmetricAlgorithm.cs
- SQLDateTimeStorage.cs
- HttpTransportSecurity.cs
- CodeValidator.cs
- CommonDialog.cs
- SecureStringHasher.cs
- CheckBoxRenderer.cs
- SearchForVirtualItemEventArgs.cs
- MemberHolder.cs
- SplayTreeNode.cs
- PenThread.cs
- RepeaterItemCollection.cs
- NamespaceCollection.cs