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
- TextTreeRootTextBlock.cs
- EntityDataSourceUtil.cs
- EdmPropertyAttribute.cs
- IIS7WorkerRequest.cs
- MergePropertyDescriptor.cs
- RuleSettings.cs
- TextServicesProperty.cs
- TextWriterTraceListener.cs
- XmlSchemaType.cs
- DateTimeConverter2.cs
- BaseCAMarshaler.cs
- GlobalDataBindingHandler.cs
- TextEndOfParagraph.cs
- FixedTextSelectionProcessor.cs
- ListViewInsertedEventArgs.cs
- TextOutput.cs
- TabItemAutomationPeer.cs
- AsyncSerializedWorker.cs
- ObjectRef.cs
- Attributes.cs
- Interlocked.cs
- RegexReplacement.cs
- QuaternionAnimation.cs
- SymbolType.cs
- ISO2022Encoding.cs
- PrivilegeNotHeldException.cs
- WasHostedComPlusFactory.cs
- ToolboxDataAttribute.cs
- NameTable.cs
- CustomWebEventKey.cs
- Win32MouseDevice.cs
- ClickablePoint.cs
- _Connection.cs
- GenericUriParser.cs
- DrawTreeNodeEventArgs.cs
- BrowserCapabilitiesCompiler.cs
- MetadataConversionError.cs
- GridLength.cs
- ListViewSelectEventArgs.cs
- OracleBFile.cs
- SelectionRangeConverter.cs
- HttpListener.cs
- securestring.cs
- ProfileProvider.cs
- SettingsPropertyValue.cs
- IisTraceListener.cs
- safelink.cs
- ProfileServiceManager.cs
- Context.cs
- ItemType.cs
- Psha1DerivedKeyGenerator.cs
- GridViewAutoFormat.cs
- SpecialTypeDataContract.cs
- CompModHelpers.cs
- InertiaRotationBehavior.cs
- StringKeyFrameCollection.cs
- MailFileEditor.cs
- ServerType.cs
- Win32Native.cs
- StringStorage.cs
- InputBuffer.cs
- XmlLoader.cs
- ApplicationDirectoryMembershipCondition.cs
- DataSourceHelper.cs
- ListViewGroupItemCollection.cs
- glyphs.cs
- WebEvents.cs
- ViewBase.cs
- RefExpr.cs
- HtmlContainerControl.cs
- HttpWebResponse.cs
- CommandField.cs
- XomlSerializationHelpers.cs
- CompilerParameters.cs
- UserUseLicenseDictionaryLoader.cs
- IgnoreFlushAndCloseStream.cs
- PersistChildrenAttribute.cs
- DataQuery.cs
- ButtonBaseAdapter.cs
- WindowsComboBox.cs
- Collection.cs
- BitStream.cs
- Point3DCollectionConverter.cs
- XmlProcessingInstruction.cs
- EditingMode.cs
- Pair.cs
- Selector.cs
- FixedSOMTextRun.cs
- ComboBox.cs
- DateTimeConverter2.cs
- Matrix3D.cs
- BooleanKeyFrameCollection.cs
- FamilyCollection.cs
- _BaseOverlappedAsyncResult.cs
- ListMarkerSourceInfo.cs
- RepeatButton.cs
- MimeObjectFactory.cs
- MexTcpBindingElement.cs
- XhtmlBasicLinkAdapter.cs
- SchemaElementDecl.cs