Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- AdRotator.cs
- Sql8ConformanceChecker.cs
- TypeDependencyAttribute.cs
- CodeDomSerializerBase.cs
- WebBrowserHelper.cs
- PageRequestManager.cs
- ChildDocumentBlock.cs
- MarshalByValueComponent.cs
- EmptyStringExpandableObjectConverter.cs
- CodeStatement.cs
- Storyboard.cs
- IgnoreFileBuildProvider.cs
- WebPartDescription.cs
- HebrewNumber.cs
- SimpleRecyclingCache.cs
- SamlAttribute.cs
- LogReservationCollection.cs
- AuthenticationSection.cs
- TextServicesDisplayAttribute.cs
- X509CertificateChain.cs
- XamlStream.cs
- QueuePathEditor.cs
- ProcessExitedException.cs
- TdsEnums.cs
- FormatterServices.cs
- querybuilder.cs
- ConnectionConsumerAttribute.cs
- CompositionAdorner.cs
- DocumentPageTextView.cs
- Int16AnimationBase.cs
- PixelFormatConverter.cs
- RijndaelManaged.cs
- ProviderIncompatibleException.cs
- ConfigurationSectionHelper.cs
- EncryptedType.cs
- ToolZone.cs
- DateTimeFormatInfoScanner.cs
- Geometry.cs
- OracleBoolean.cs
- OutputCacheProfile.cs
- ToolStripDesignerAvailabilityAttribute.cs
- Int64.cs
- XmlUrlResolver.cs
- XmlNamespaceMappingCollection.cs
- ApplicationDirectoryMembershipCondition.cs
- ConfigurationConverterBase.cs
- RuntimeHandles.cs
- XmlSchemaDocumentation.cs
- OpenFileDialog.cs
- SecurityDescriptor.cs
- TreeNodeBindingDepthConverter.cs
- SchemaNames.cs
- XmlFormatWriterGenerator.cs
- EmptyCollection.cs
- SqlDataSourceCache.cs
- DiagnosticTrace.cs
- Relationship.cs
- LayoutEvent.cs
- MethodAccessException.cs
- HttpFileCollection.cs
- GeometryModel3D.cs
- StateBag.cs
- SQLByteStorage.cs
- DataTableExtensions.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- HandlerFactoryCache.cs
- LinearGradientBrush.cs
- XmlAttributeCache.cs
- GeneratedContractType.cs
- DetailsViewRowCollection.cs
- PathFigure.cs
- ArithmeticLiteral.cs
- DispatchWrapper.cs
- DataTableMappingCollection.cs
- Transform.cs
- dataSvcMapFileLoader.cs
- FileDialog_Vista_Interop.cs
- BaseParser.cs
- DispatcherOperation.cs
- RegexGroup.cs
- Constants.cs
- LassoHelper.cs
- DbProviderFactoriesConfigurationHandler.cs
- SendingRequestEventArgs.cs
- RIPEMD160Managed.cs
- TextServicesCompartment.cs
- OlePropertyStructs.cs
- TextRunTypographyProperties.cs
- MatrixTransform3D.cs
- UserNamePasswordServiceCredential.cs
- baseaxisquery.cs
- ToolStripManager.cs
- RuleSettingsCollection.cs
- XmlUnspecifiedAttribute.cs
- MonthCalendar.cs
- DataErrorValidationRule.cs
- AnimatedTypeHelpers.cs
- OleDbDataReader.cs
- Descriptor.cs
- MgmtConfigurationRecord.cs