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
- SQLBoolean.cs
- xmlformatgeneratorstatics.cs
- TrustLevel.cs
- ThemeDirectoryCompiler.cs
- QilStrConcatenator.cs
- KeySplineConverter.cs
- ReadOnlyDictionary.cs
- LocationFactory.cs
- IdentifierService.cs
- InputBindingCollection.cs
- StructuredTypeInfo.cs
- _KerberosClient.cs
- ProcessInputEventArgs.cs
- OperatingSystem.cs
- PropertyValidationContext.cs
- CharAnimationBase.cs
- DesignSurfaceEvent.cs
- XmlAnyElementAttributes.cs
- StaticSiteMapProvider.cs
- datacache.cs
- XmlSchemaInclude.cs
- MetadataException.cs
- Decorator.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Stream.cs
- JavaScriptString.cs
- ChtmlPageAdapter.cs
- HwndAppCommandInputProvider.cs
- MessageSecurityOverTcp.cs
- HwndSourceKeyboardInputSite.cs
- ByteAnimation.cs
- NameTable.cs
- ConfigXmlAttribute.cs
- CompilerParameters.cs
- UrlPropertyAttribute.cs
- ListViewInsertionMark.cs
- KnownTypeHelper.cs
- SqlExpressionNullability.cs
- SHA384.cs
- CallbackException.cs
- IndexedString.cs
- RegexTree.cs
- OleCmdHelper.cs
- DataObjectPastingEventArgs.cs
- GacUtil.cs
- PartManifestEntry.cs
- EventWaitHandle.cs
- CustomPopupPlacement.cs
- BitmapMetadataBlob.cs
- DataGridColumnHeaderAutomationPeer.cs
- CompareInfo.cs
- PrinterUnitConvert.cs
- ModifyActivitiesPropertyDescriptor.cs
- CellParagraph.cs
- DataTrigger.cs
- RegexStringValidatorAttribute.cs
- SchemaDeclBase.cs
- AppDomain.cs
- RegistryDataKey.cs
- WindowsPen.cs
- DataGridViewBindingCompleteEventArgs.cs
- HtmlInputRadioButton.cs
- BindingExpressionUncommonField.cs
- RadioButtonRenderer.cs
- PolyLineSegment.cs
- FixedSOMLineRanges.cs
- PlainXmlDeserializer.cs
- AuthenticationConfig.cs
- UserPreferenceChangingEventArgs.cs
- ProviderSettings.cs
- Int16Converter.cs
- ListView.cs
- AudioFormatConverter.cs
- ConfigurationValue.cs
- PeerToPeerException.cs
- QueryableDataSourceEditData.cs
- CompatibleComparer.cs
- ListenUriMode.cs
- Rect.cs
- PositiveTimeSpanValidator.cs
- BamlReader.cs
- WindowsScroll.cs
- DocumentOrderQuery.cs
- ValidatorCompatibilityHelper.cs
- DesignerGeometryHelper.cs
- Constraint.cs
- NullPackagingPolicy.cs
- ZipIORawDataFileBlock.cs
- ClientFormsIdentity.cs
- DocumentsTrace.cs
- ServiceDescriptionImporter.cs
- PagesSection.cs
- XmlUrlEditor.cs
- MouseActionValueSerializer.cs
- InvalidFilterCriteriaException.cs
- ApplicationException.cs
- _DigestClient.cs
- DESCryptoServiceProvider.cs
- Timeline.cs
- PrincipalPermission.cs