Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / LayoutEvent.cs / 1305376 / LayoutEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; ////// /// public sealed class LayoutEventArgs : EventArgs { private readonly IComponent affectedComponent; private readonly string affectedProperty; ///public LayoutEventArgs(IComponent affectedComponent, string affectedProperty) { this.affectedComponent = affectedComponent; this.affectedProperty = affectedProperty; } // This ctor required for binary compatibility with RTM. /// public LayoutEventArgs(Control affectedControl, string affectedProperty) : this((IComponent)affectedControl, affectedProperty) { } /// public IComponent AffectedComponent { get { return affectedComponent; } } /// /// /// public Control AffectedControl { get { return affectedComponent as Control; } } ///[To be supplied.] ////// /// public string AffectedProperty { get { return affectedProperty; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextViewBase.cs
- BitmapSource.cs
- ObjectDataProvider.cs
- PersonalizationStateInfoCollection.cs
- objectresult_tresulttype.cs
- WebBrowserProgressChangedEventHandler.cs
- ECDsaCng.cs
- SocketManager.cs
- CodeStatement.cs
- UnsafeNativeMethods.cs
- DataGridCell.cs
- InputMethod.cs
- OdbcCommand.cs
- PointConverter.cs
- CleanUpVirtualizedItemEventArgs.cs
- DataGridViewRowStateChangedEventArgs.cs
- ListViewInsertedEventArgs.cs
- TypedAsyncResult.cs
- RectangleGeometry.cs
- SrgsRulesCollection.cs
- ExtentCqlBlock.cs
- ThreadAbortException.cs
- TreeViewItemAutomationPeer.cs
- ListItemCollection.cs
- Stroke.cs
- AutoResizedEvent.cs
- PublisherIdentityPermission.cs
- TextEndOfParagraph.cs
- Vector.cs
- RSACryptoServiceProvider.cs
- ProxyHwnd.cs
- WebPartDeleteVerb.cs
- DBCommand.cs
- ConfigurationPropertyCollection.cs
- XmlWhitespace.cs
- RecognizerBase.cs
- Lasso.cs
- SoapProtocolReflector.cs
- SqlDataReaderSmi.cs
- SinglePhaseEnlistment.cs
- CompilationLock.cs
- FixedHyperLink.cs
- CapabilitiesPattern.cs
- TagMapCollection.cs
- RemotingClientProxy.cs
- EndOfStreamException.cs
- SecurityTokenException.cs
- TableLayoutSettings.cs
- SqlDataSourceStatusEventArgs.cs
- DbgCompiler.cs
- StrokeCollectionConverter.cs
- IsolationInterop.cs
- SecurityTokenParameters.cs
- TableLayout.cs
- WebBrowserHelper.cs
- ListManagerBindingsCollection.cs
- Mappings.cs
- ProjectionCamera.cs
- ThreadSafeList.cs
- AssemblyBuilder.cs
- DataBinder.cs
- TimelineGroup.cs
- XmlUtf8RawTextWriter.cs
- DateTimeOffsetAdapter.cs
- ObjectStorage.cs
- VectorCollectionValueSerializer.cs
- TextParentUndoUnit.cs
- SafeUserTokenHandle.cs
- OleDbDataAdapter.cs
- ListViewAutomationPeer.cs
- sortedlist.cs
- NetNamedPipeSecurity.cs
- ObjectItemCollection.cs
- DesignTimeSiteMapProvider.cs
- HttpFileCollectionWrapper.cs
- StreamUpdate.cs
- OleStrCAMarshaler.cs
- X509CertificateChain.cs
- ListViewItemMouseHoverEvent.cs
- PriorityRange.cs
- XmlnsDefinitionAttribute.cs
- ResourceCategoryAttribute.cs
- UrlUtility.cs
- ToolStripSystemRenderer.cs
- RegionIterator.cs
- WindowsStatic.cs
- DataGridViewAdvancedBorderStyle.cs
- MobileListItemCollection.cs
- PrintingPermission.cs
- DataViewSettingCollection.cs
- DefaultPrintController.cs
- DecimalKeyFrameCollection.cs
- OutputCacheSettingsSection.cs
- UniqueIdentifierService.cs
- QueryCacheKey.cs
- ConfigurationLocation.cs
- DesignerOptionService.cs
- QilNode.cs
- UnionCodeGroup.cs
- PartManifestEntry.cs