Code:
/ 4.0 / 4.0 / 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. 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
- PenThreadPool.cs
- ToolStripItemClickedEventArgs.cs
- TextContainer.cs
- CalculatedColumn.cs
- GlobalId.cs
- ValidationHelper.cs
- Empty.cs
- ZipIOCentralDirectoryBlock.cs
- UInt16Converter.cs
- PrimarySelectionAdorner.cs
- SolidBrush.cs
- ProfileGroupSettingsCollection.cs
- GeometryDrawing.cs
- backend.cs
- BindingMAnagerBase.cs
- XPathScanner.cs
- DataGridViewImageCell.cs
- KnownColorTable.cs
- JsonClassDataContract.cs
- DTCTransactionManager.cs
- MULTI_QI.cs
- Accessible.cs
- LinqDataSourceContextData.cs
- TextBoxBase.cs
- SpotLight.cs
- StreamReader.cs
- AppSettingsExpressionBuilder.cs
- AnnouncementEventArgs.cs
- ImplicitInputBrush.cs
- ApplicationDirectory.cs
- GacUtil.cs
- DefaultProxySection.cs
- InlineObject.cs
- DataGridViewMethods.cs
- JsonEnumDataContract.cs
- Int16Animation.cs
- ipaddressinformationcollection.cs
- SettingsAttributeDictionary.cs
- NameSpaceEvent.cs
- SessionPageStatePersister.cs
- HwndMouseInputProvider.cs
- HelpExampleGenerator.cs
- XmlLinkedNode.cs
- StatusBar.cs
- BindingGroup.cs
- RegexCode.cs
- XmlSchemaIdentityConstraint.cs
- ConfigurationLocation.cs
- OleDbCommandBuilder.cs
- FixedSOMImage.cs
- DataServiceConfiguration.cs
- RegexTree.cs
- ZipIOBlockManager.cs
- EntityDataSourceChangingEventArgs.cs
- CodeTypeReferenceSerializer.cs
- AsyncWaitHandle.cs
- SmtpNetworkElement.cs
- ThreadAbortException.cs
- TriggerAction.cs
- UserControlBuildProvider.cs
- OwnerDrawPropertyBag.cs
- GenericRootAutomationPeer.cs
- DescendantBaseQuery.cs
- TextServicesDisplayAttribute.cs
- _Events.cs
- HttpVersion.cs
- LinqDataSourceValidationException.cs
- Floater.cs
- altserialization.cs
- StrokeNode.cs
- FamilyCollection.cs
- AnimationTimeline.cs
- TemplateBindingExpressionConverter.cs
- OperatingSystem.cs
- ProgressiveCrcCalculatingStream.cs
- DrawingBrush.cs
- EntityConnectionStringBuilder.cs
- TableCellAutomationPeer.cs
- SoapClientProtocol.cs
- HttpClientChannel.cs
- SqlBulkCopyColumnMapping.cs
- WebPartDisplayModeCancelEventArgs.cs
- SyntaxCheck.cs
- ResourceExpressionBuilder.cs
- PropertyValueUIItem.cs
- ReachDocumentSequenceSerializer.cs
- InternalBufferOverflowException.cs
- DynamicDiscoveryDocument.cs
- ReadOnlyDataSource.cs
- PersonalizationEntry.cs
- SystemIPInterfaceStatistics.cs
- ToolStripButton.cs
- InputQueue.cs
- EntityConnection.cs
- LiteralTextParser.cs
- LayoutUtils.cs
- SerializationEventsCache.cs
- XmlSchemaGroup.cs
- PnrpPermission.cs
- Enumerable.cs