Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / 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. 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
- Unit.cs
- ConfigXmlElement.cs
- XPathPatternBuilder.cs
- FaultDescription.cs
- ValidationEventArgs.cs
- TimelineGroup.cs
- DateTimeStorage.cs
- ServiceHostingEnvironment.cs
- HotCommands.cs
- QilFactory.cs
- TemplatedControlDesigner.cs
- ActivityInstanceReference.cs
- CustomTypeDescriptor.cs
- WebPartChrome.cs
- DelegatingConfigHost.cs
- TextChange.cs
- DocumentAutomationPeer.cs
- SwitchAttribute.cs
- WebBrowsableAttribute.cs
- MatcherBuilder.cs
- AsymmetricAlgorithm.cs
- DoWorkEventArgs.cs
- SortAction.cs
- IMembershipProvider.cs
- VirtualPathProvider.cs
- PowerModeChangedEventArgs.cs
- ProgressBarBrushConverter.cs
- DataSourceExpressionCollection.cs
- ResXBuildProvider.cs
- BeginStoryboard.cs
- TransactionChannel.cs
- ItemCollection.cs
- WebAdminConfigurationHelper.cs
- CompareValidator.cs
- EventLog.cs
- URLAttribute.cs
- KoreanLunisolarCalendar.cs
- TransformPattern.cs
- SolidColorBrush.cs
- ComponentEditorForm.cs
- DynamicPropertyHolder.cs
- HwndSourceParameters.cs
- SqlDataSourceCache.cs
- SchemaInfo.cs
- ProfilePropertyMetadata.cs
- WebPartConnectionsCancelVerb.cs
- InputMethodStateTypeInfo.cs
- FixedSchema.cs
- CollectionViewProxy.cs
- HtmlTableRowCollection.cs
- MappingMetadataHelper.cs
- RightsManagementProvider.cs
- EventHandlerList.cs
- MeshGeometry3D.cs
- WrappedReader.cs
- ConditionalBranch.cs
- XmlSerializationReader.cs
- DeflateStreamAsyncResult.cs
- TextSearch.cs
- FontNameConverter.cs
- EntityContainer.cs
- PageHandlerFactory.cs
- EnterpriseServicesHelper.cs
- DirectoryInfo.cs
- EventData.cs
- PolyBezierSegmentFigureLogic.cs
- ReservationNotFoundException.cs
- TypeConverterAttribute.cs
- CompositeControl.cs
- XmlSerializerNamespaces.cs
- KeyConverter.cs
- ToolStripSeparator.cs
- ResXResourceSet.cs
- GenericFlowSwitchHelper.cs
- XmlDesignerDataSourceView.cs
- PlainXmlSerializer.cs
- NetworkInformationException.cs
- InfoCardX509Validator.cs
- SingleSelectRootGridEntry.cs
- HttpProxyTransportBindingElement.cs
- TouchFrameEventArgs.cs
- DBPropSet.cs
- SqlException.cs
- ColorConvertedBitmap.cs
- PropertyEmitter.cs
- EntityClassGenerator.cs
- WebConfigManager.cs
- DesignerCategoryAttribute.cs
- RuleSetReference.cs
- Menu.cs
- OdbcPermission.cs
- StructuredTypeEmitter.cs
- Selection.cs
- DataObject.cs
- Decoder.cs
- UnsafeNativeMethods.cs
- DataGridViewCell.cs
- EntityProxyFactory.cs
- TextOptionsInternal.cs
- MobileComponentEditorPage.cs