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
- AttachedPropertyBrowsableForTypeAttribute.cs
- ContextBase.cs
- Camera.cs
- DataGridViewRowEventArgs.cs
- TrackingProvider.cs
- QuaternionConverter.cs
- BindingManagerDataErrorEventArgs.cs
- CFStream.cs
- HashMembershipCondition.cs
- WebBrowserPermission.cs
- PolicyReader.cs
- printdlgexmarshaler.cs
- BuilderPropertyEntry.cs
- ToolboxBitmapAttribute.cs
- FeatureSupport.cs
- DataBoundLiteralControl.cs
- XmlDocumentFragment.cs
- WindowsFont.cs
- IndexOutOfRangeException.cs
- AmbientLight.cs
- JulianCalendar.cs
- IndentedTextWriter.cs
- ChangeTracker.cs
- TableRow.cs
- XmlException.cs
- DataControlButton.cs
- PrincipalPermission.cs
- InplaceBitmapMetadataWriter.cs
- Ref.cs
- DateTimeValueSerializer.cs
- EncodingInfo.cs
- KnowledgeBase.cs
- MapPathBasedVirtualPathProvider.cs
- ExternalCalls.cs
- HtmlInputRadioButton.cs
- XmlSchemaComplexContentRestriction.cs
- SqlInternalConnectionTds.cs
- Hash.cs
- OleDbParameterCollection.cs
- ScaleTransform.cs
- IdentityReference.cs
- WebControlAdapter.cs
- PageAsyncTaskManager.cs
- CodeCatchClause.cs
- VersionUtil.cs
- UriTemplateCompoundPathSegment.cs
- SoapAttributeOverrides.cs
- StringFunctions.cs
- WorkBatch.cs
- PropVariant.cs
- DoubleUtil.cs
- HttpApplication.cs
- ProcessHostFactoryHelper.cs
- OperandQuery.cs
- ImageBrush.cs
- Int64Converter.cs
- UserControl.cs
- VisualBrush.cs
- InvalidWMPVersionException.cs
- DependentList.cs
- AssemblyAttributes.cs
- ArgumentException.cs
- WindowsServiceCredential.cs
- ActivityDesignerAccessibleObject.cs
- TextSchema.cs
- StructureChangedEventArgs.cs
- PocoEntityKeyStrategy.cs
- FontResourceCache.cs
- ConfigPathUtility.cs
- brushes.cs
- LifetimeServices.cs
- ValidationError.cs
- LayoutDump.cs
- DiscoveryVersion.cs
- EntityDataSourceSelectingEventArgs.cs
- PageAsyncTask.cs
- BamlMapTable.cs
- BuilderPropertyEntry.cs
- ApplicationProxyInternal.cs
- XmlSchemaChoice.cs
- PaintValueEventArgs.cs
- XmlWriter.cs
- TimersDescriptionAttribute.cs
- DBSchemaTable.cs
- SchemaTableOptionalColumn.cs
- dbenumerator.cs
- ResourceDescriptionAttribute.cs
- AccessibilityHelperForXpWin2k3.cs
- SupportsEventValidationAttribute.cs
- CodeTypeReferenceExpression.cs
- TableStyle.cs
- RuleSetCollection.cs
- BooleanStorage.cs
- ConstraintStruct.cs
- XXXInfos.cs
- DeferredReference.cs
- PingOptions.cs
- SingleResultAttribute.cs
- TraceSource.cs
- XmlToDatasetMap.cs