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
- MobileControlDesigner.cs
- NetworkInformationPermission.cs
- EmissiveMaterial.cs
- WebWorkflowRole.cs
- LayoutEditorPart.cs
- SystemWebCachingSectionGroup.cs
- WindowsNonControl.cs
- FunctionDefinition.cs
- ProtocolViolationException.cs
- SystemResources.cs
- SqlWebEventProvider.cs
- WpfKnownMember.cs
- DataRelationCollection.cs
- StreamWithDictionary.cs
- ArcSegment.cs
- Expander.cs
- ThreadStartException.cs
- Matrix.cs
- SafeCertificateStore.cs
- controlskin.cs
- cookiecollection.cs
- TypeSystem.cs
- DbParameterCollectionHelper.cs
- SearchForVirtualItemEventArgs.cs
- AssemblyCache.cs
- HyperLinkColumn.cs
- EntityDataSourceColumn.cs
- RangeValuePattern.cs
- CompModSwitches.cs
- SQLBinaryStorage.cs
- ObjectDataSourceChooseMethodsPanel.cs
- ManipulationLogic.cs
- ConfigurationManager.cs
- UshortList2.cs
- WebPartDisplayMode.cs
- SimpleModelProvider.cs
- TimelineGroup.cs
- OracleCommandBuilder.cs
- HttpServerUtilityWrapper.cs
- UserControl.cs
- HMACRIPEMD160.cs
- BezierSegment.cs
- ToolStripItemGlyph.cs
- NetCodeGroup.cs
- ContainerParaClient.cs
- FullTextLine.cs
- Triplet.cs
- RouteValueDictionary.cs
- PagedDataSource.cs
- AutomationPatternInfo.cs
- ElementAtQueryOperator.cs
- MapPathBasedVirtualPathProvider.cs
- DataObject.cs
- DateTimeConstantAttribute.cs
- Automation.cs
- ComplusTypeValidator.cs
- PropertyDescriptorCollection.cs
- WebBrowserContainer.cs
- ListBindableAttribute.cs
- HashStream.cs
- StatusBar.cs
- ResXFileRef.cs
- TrackBar.cs
- SqlDataSourceStatusEventArgs.cs
- Matrix.cs
- JpegBitmapDecoder.cs
- Match.cs
- DetailsViewAutoFormat.cs
- GridViewCancelEditEventArgs.cs
- ObjectTag.cs
- PauseStoryboard.cs
- CompressEmulationStream.cs
- WSHttpSecurityElement.cs
- ResourceKey.cs
- graph.cs
- CompositeScriptReference.cs
- WindowsTitleBar.cs
- MessageEncoderFactory.cs
- PathTooLongException.cs
- BitmapDecoder.cs
- GradientBrush.cs
- MergablePropertyAttribute.cs
- PagePropertiesChangingEventArgs.cs
- ReflectPropertyDescriptor.cs
- SchemaTypeEmitter.cs
- SettingsProviderCollection.cs
- SimpleWorkerRequest.cs
- SqlGenerator.cs
- DateTimeFormatInfo.cs
- LinkClickEvent.cs
- HtmlInputControl.cs
- CrossSiteScriptingValidation.cs
- ClassicBorderDecorator.cs
- ScriptHandlerFactory.cs
- StyleSheetDesigner.cs
- RIPEMD160.cs
- SamlSubjectStatement.cs
- SqlRecordBuffer.cs
- EventNotify.cs
- ObjectQueryExecutionPlan.cs