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
- DropTarget.cs
- CrossSiteScriptingValidation.cs
- ConnectionStringSettingsCollection.cs
- WebBodyFormatMessageProperty.cs
- XmlReturnWriter.cs
- MulticastOption.cs
- EntityViewContainer.cs
- WebPartHelpVerb.cs
- Point3DValueSerializer.cs
- File.cs
- FunctionImportElement.cs
- NativeObjectSecurity.cs
- ScopelessEnumAttribute.cs
- DataGridViewColumnConverter.cs
- documentsequencetextcontainer.cs
- X509Certificate.cs
- X509CertificateValidator.cs
- TemplateLookupAction.cs
- WebPartEditorApplyVerb.cs
- DrawingContextWalker.cs
- VisualStyleRenderer.cs
- ServiceCredentialsSecurityTokenManager.cs
- RelatedCurrencyManager.cs
- UIElement.cs
- Vector3DCollection.cs
- ToolStripStatusLabel.cs
- Native.cs
- HighlightVisual.cs
- SettingsProviderCollection.cs
- MimeWriter.cs
- SecurityTokenSpecification.cs
- RowCache.cs
- DispatcherExceptionFilterEventArgs.cs
- List.cs
- PersonalizationProviderHelper.cs
- Pair.cs
- Attributes.cs
- TypeHelpers.cs
- PageVisual.cs
- TempFiles.cs
- ProtocolsConfigurationEntry.cs
- ProfessionalColorTable.cs
- ImageConverter.cs
- diagnosticsswitches.cs
- DataGridColumnStyleMappingNameEditor.cs
- DataGridViewToolTip.cs
- LoadedOrUnloadedOperation.cs
- AddInAdapter.cs
- FileDialog.cs
- CompensatableSequenceActivity.cs
- Message.cs
- RegionInfo.cs
- RowVisual.cs
- XmlSchemaCollection.cs
- SystemIPGlobalStatistics.cs
- PocoPropertyAccessorStrategy.cs
- DependentList.cs
- DeferredReference.cs
- TraceAsyncResult.cs
- XmlCountingReader.cs
- Decoder.cs
- SchemaImporterExtensionElementCollection.cs
- FixedNode.cs
- PermissionListSet.cs
- MatrixTransform3D.cs
- HttpListenerContext.cs
- SqlRowUpdatedEvent.cs
- AccessibilityHelperForVista.cs
- OdbcCommand.cs
- CalendarTable.cs
- ReadContentAsBinaryHelper.cs
- RadioButtonRenderer.cs
- BinaryFormatterSinks.cs
- ScrollBarRenderer.cs
- TraceInternal.cs
- ReadOnlyHierarchicalDataSourceView.cs
- sqlser.cs
- StreamInfo.cs
- FrameworkElementFactoryMarkupObject.cs
- JapaneseLunisolarCalendar.cs
- ChineseLunisolarCalendar.cs
- HandledEventArgs.cs
- TypeInfo.cs
- ProvidersHelper.cs
- TableLayoutPanelResizeGlyph.cs
- DbProviderServices.cs
- WebPartCatalogAddVerb.cs
- StaticDataManager.cs
- URLMembershipCondition.cs
- PathSegment.cs
- NameSpaceEvent.cs
- Win32KeyboardDevice.cs
- EventDescriptor.cs
- XmlQueryCardinality.cs
- TableTextElementCollectionInternal.cs
- CommandConverter.cs
- DataSourceXmlSerializationAttribute.cs
- DocumentViewer.cs
- XamlToRtfWriter.cs
- altserialization.cs