Code:
/ 4.0 / 4.0 / 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. 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
- DataGridLength.cs
- TextClipboardData.cs
- GenericEnumConverter.cs
- LambdaExpression.cs
- controlskin.cs
- SqlClientFactory.cs
- FilterableAttribute.cs
- HtmlControlPersistable.cs
- DataGridViewCellPaintingEventArgs.cs
- CompilerGeneratedAttribute.cs
- DummyDataSource.cs
- RegexFCD.cs
- TypeRefElement.cs
- CodeAttributeDeclaration.cs
- ExpressionVisitor.cs
- TextTreeTextBlock.cs
- DecoderExceptionFallback.cs
- EventLogPermissionEntryCollection.cs
- SetStoryboardSpeedRatio.cs
- WebConfigurationHostFileChange.cs
- Error.cs
- CompilerScopeManager.cs
- StsCommunicationException.cs
- SqlConnectionFactory.cs
- SchemaElement.cs
- OledbConnectionStringbuilder.cs
- DynamicQueryStringParameter.cs
- EncryptedData.cs
- LogicalExpr.cs
- ToolStripDropDownClosingEventArgs.cs
- TraceLevelStore.cs
- SQLDouble.cs
- SiteMap.cs
- MaterializeFromAtom.cs
- XmlCharCheckingWriter.cs
- BamlResourceDeserializer.cs
- CompositeCollection.cs
- DisplayNameAttribute.cs
- BuildProvidersCompiler.cs
- rsa.cs
- MoveSizeWinEventHandler.cs
- IQueryable.cs
- DataContractSerializerSection.cs
- AssemblyResourceLoader.cs
- Listbox.cs
- XPathNavigator.cs
- UriSection.cs
- CapiNative.cs
- AnonymousIdentificationModule.cs
- DependencyPropertyKey.cs
- SingleObjectCollection.cs
- Operator.cs
- Filter.cs
- IntPtr.cs
- MetaTableHelper.cs
- CompositeActivityTypeDescriptorProvider.cs
- TextOutput.cs
- Base64Decoder.cs
- GacUtil.cs
- EntityClientCacheKey.cs
- BufferedGraphicsManager.cs
- StateDesigner.TransitionInfo.cs
- ClassicBorderDecorator.cs
- LayoutTableCell.cs
- MenuItemBindingCollection.cs
- PathFigureCollection.cs
- DataGridViewTopLeftHeaderCell.cs
- DeclarationUpdate.cs
- ADMembershipUser.cs
- SiteMapNodeItem.cs
- DataGridViewComboBoxCell.cs
- DataControlButton.cs
- BitmapMetadata.cs
- SafeThreadHandle.cs
- UniformGrid.cs
- SmtpSection.cs
- ToolStripItemTextRenderEventArgs.cs
- ContainerUIElement3D.cs
- PackageDigitalSignature.cs
- ChangesetResponse.cs
- ToolbarAUtomationPeer.cs
- UnmanagedMemoryStreamWrapper.cs
- DocumentPageView.cs
- Label.cs
- ToolStripSeparator.cs
- ListBoxDesigner.cs
- HostingEnvironmentSection.cs
- Deflater.cs
- CaretElement.cs
- NextPreviousPagerField.cs
- SimpleMailWebEventProvider.cs
- MarshalByRefObject.cs
- SocketAddress.cs
- BufferedStream.cs
- BitmapVisualManager.cs
- HttpConfigurationSystem.cs
- ConfigXmlAttribute.cs
- MsmqInputChannel.cs
- StateManagedCollection.cs
- ApplicationFileCodeDomTreeGenerator.cs