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
- TabControlDesigner.cs
- Win32.cs
- Parallel.cs
- FocusChangedEventArgs.cs
- DefaultExpressionVisitor.cs
- DesignerAdapterAttribute.cs
- ImmComposition.cs
- CollectionsUtil.cs
- ProxyAttribute.cs
- Html32TextWriter.cs
- SecUtil.cs
- ViewUtilities.cs
- cookie.cs
- WebRequestModuleElementCollection.cs
- dtdvalidator.cs
- StringTraceRecord.cs
- SelectionProcessor.cs
- AutoCompleteStringCollection.cs
- StringConverter.cs
- ActivityExecutor.cs
- RequestStatusBarUpdateEventArgs.cs
- TextEditorCharacters.cs
- BinaryMethodMessage.cs
- FormatterServices.cs
- OrderedDictionaryStateHelper.cs
- ProfileBuildProvider.cs
- EntityAdapter.cs
- MetadataSerializer.cs
- Int32RectConverter.cs
- TextComposition.cs
- ListItemsPage.cs
- DataGridLinkButton.cs
- KeyBinding.cs
- GroupBox.cs
- FieldMetadata.cs
- LogConverter.cs
- fixedPageContentExtractor.cs
- TagNameToTypeMapper.cs
- DPCustomTypeDescriptor.cs
- DescendantQuery.cs
- PersonalizableTypeEntry.cs
- TabRenderer.cs
- TextCompositionManager.cs
- SessionStateModule.cs
- SingleObjectCollection.cs
- SafeSecurityHandles.cs
- DeriveBytes.cs
- TextElementCollection.cs
- PlanCompiler.cs
- OneToOneMappingSerializer.cs
- CapabilitiesAssignment.cs
- ReflectionUtil.cs
- SingleQueryOperator.cs
- BufferModeSettings.cs
- DeliveryStrategy.cs
- BasePropertyDescriptor.cs
- BulletedListEventArgs.cs
- NotificationContext.cs
- ValidationService.cs
- TextBreakpoint.cs
- Geometry.cs
- HScrollBar.cs
- JoinTreeNode.cs
- _TransmitFileOverlappedAsyncResult.cs
- XmlFormatWriterGenerator.cs
- ListViewItem.cs
- QilParameter.cs
- StringResourceManager.cs
- FilterException.cs
- MemoryFailPoint.cs
- Line.cs
- FixUpCollection.cs
- ToolboxItemFilterAttribute.cs
- DataGridViewRowStateChangedEventArgs.cs
- ActivityCodeDomReferenceService.cs
- ObjectManager.cs
- Vector3DAnimation.cs
- EntityContainerAssociationSet.cs
- MethodAccessException.cs
- Paragraph.cs
- FixedSOMLineCollection.cs
- SectionInformation.cs
- Matrix.cs
- EventlogProvider.cs
- MessageSecurityOverHttp.cs
- MouseGestureValueSerializer.cs
- SrgsText.cs
- SamlSubjectStatement.cs
- SqlDataAdapter.cs
- OdbcDataAdapter.cs
- InstanceData.cs
- DesignerView.Commands.cs
- CompModSwitches.cs
- LogReservationCollection.cs
- DLinqAssociationProvider.cs
- CriticalFinalizerObject.cs
- ThousandthOfEmRealPoints.cs
- EntitySetBase.cs
- Calendar.cs
- PromptEventArgs.cs