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
- ComponentChangingEvent.cs
- CapiSymmetricAlgorithm.cs
- BufferedMessageData.cs
- TrackingCondition.cs
- ColorInterpolationModeValidation.cs
- SecureUICommand.cs
- PackageDigitalSignatureManager.cs
- VirtualPathUtility.cs
- FileUpload.cs
- WebPartHelpVerb.cs
- BadImageFormatException.cs
- InkCanvas.cs
- XmlDataLoader.cs
- ListViewItemEventArgs.cs
- HostingPreferredMapPath.cs
- UiaCoreApi.cs
- ServiceParser.cs
- InvalidCastException.cs
- MessageRpc.cs
- SafeNativeMemoryHandle.cs
- MatrixTransform3D.cs
- ConnectionInterfaceCollection.cs
- GridErrorDlg.cs
- dbenumerator.cs
- FixedSOMContainer.cs
- CompilerScope.cs
- XslTransformFileEditor.cs
- IndependentlyAnimatedPropertyMetadata.cs
- URLMembershipCondition.cs
- ByteKeyFrameCollection.cs
- ProfilePropertyMetadata.cs
- SchemaSetCompiler.cs
- figurelengthconverter.cs
- PageThemeCodeDomTreeGenerator.cs
- IsolatedStorageFileStream.cs
- PermissionRequestEvidence.cs
- CodeSnippetCompileUnit.cs
- TypeSemantics.cs
- XmlName.cs
- ClassData.cs
- GetPageCompletedEventArgs.cs
- SqlXml.cs
- ValidationSummary.cs
- ParameterToken.cs
- LiteralTextContainerControlBuilder.cs
- FamilyMap.cs
- ToolStripControlHost.cs
- DocumentApplicationJournalEntry.cs
- RoleService.cs
- EncoderExceptionFallback.cs
- StopStoryboard.cs
- ellipse.cs
- SqlStream.cs
- MappingSource.cs
- ContactManager.cs
- CustomAttribute.cs
- LineSegment.cs
- Nullable.cs
- PropertySet.cs
- ObjectHandle.cs
- HostedElements.cs
- HeaderLabel.cs
- FieldBuilder.cs
- ProgressBarRenderer.cs
- UnsafeMethods.cs
- BindingExpression.cs
- FilteredDataSetHelper.cs
- DragEventArgs.cs
- User.cs
- IsolatedStoragePermission.cs
- XmlSchemaAnyAttribute.cs
- ActiveXHost.cs
- ToolStripRenderEventArgs.cs
- TiffBitmapDecoder.cs
- DbCommandTree.cs
- ConvertTextFrag.cs
- XmlJsonReader.cs
- ToolboxItemImageConverter.cs
- Rect3D.cs
- JapaneseCalendar.cs
- XmlDocumentFragment.cs
- BitArray.cs
- RawMouseInputReport.cs
- ProvideValueServiceProvider.cs
- IteratorFilter.cs
- MailAddressCollection.cs
- PointIndependentAnimationStorage.cs
- WinInetCache.cs
- DataGridState.cs
- BamlReader.cs
- SqlCrossApplyToCrossJoin.cs
- DynamicValidatorEventArgs.cs
- DisposableCollectionWrapper.cs
- AdCreatedEventArgs.cs
- SystemFonts.cs
- CqlBlock.cs
- BitmapEffectState.cs
- PrimarySelectionAdorner.cs
- LinearQuaternionKeyFrame.cs
- MenuAutomationPeer.cs