Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / LayoutEvent.cs / 1 / 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.] ///// 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
- KeyMatchBuilder.cs
- XamlTreeBuilder.cs
- Normalization.cs
- XmlParser.cs
- Style.cs
- Parser.cs
- ImageListImage.cs
- InvokePattern.cs
- SqlDataSourceFilteringEventArgs.cs
- WebConfigurationHost.cs
- ClusterRegistryConfigurationProvider.cs
- MessageEncodingBindingElementImporter.cs
- ButtonField.cs
- ReachPageContentSerializerAsync.cs
- ParserContext.cs
- BitmapEffectGroup.cs
- ScrollData.cs
- XsltLibrary.cs
- XmlSchemaAnyAttribute.cs
- SR.cs
- JoinSymbol.cs
- MetadataException.cs
- TypeUsage.cs
- MsmqInputMessage.cs
- ReversePositionQuery.cs
- ButtonColumn.cs
- UdpTransportBindingElement.cs
- TypeDescriptor.cs
- CodeAccessSecurityEngine.cs
- DSASignatureDeformatter.cs
- HttpCapabilitiesSectionHandler.cs
- ProfileSettings.cs
- MenuItemCollection.cs
- CqlIdentifiers.cs
- LoginUtil.cs
- PasswordDeriveBytes.cs
- TwoPhaseCommit.cs
- TreeViewItemAutomationPeer.cs
- HMACSHA384.cs
- QuaternionKeyFrameCollection.cs
- CorrelationManager.cs
- ContainerFilterService.cs
- TextServicesManager.cs
- coordinator.cs
- PrePrepareMethodAttribute.cs
- ParagraphResult.cs
- GlobalItem.cs
- OleDbFactory.cs
- webclient.cs
- SpecularMaterial.cs
- TemplateColumn.cs
- SelectedCellsCollection.cs
- LazyInitializer.cs
- Journaling.cs
- ReservationCollection.cs
- SiteMapNode.cs
- TaskFileService.cs
- Debug.cs
- TextEditor.cs
- CodeChecksumPragma.cs
- LineInfo.cs
- EncryptedPackage.cs
- SQLGuidStorage.cs
- FileSystemEnumerable.cs
- HtmlInputControl.cs
- _LocalDataStoreMgr.cs
- RectangleGeometry.cs
- ProcessHostMapPath.cs
- EventLogger.cs
- XamlStyleSerializer.cs
- GenericWebPart.cs
- SendMailErrorEventArgs.cs
- SelectionListComponentEditor.cs
- WindowsStatusBar.cs
- RawStylusInputReport.cs
- TextDecorations.cs
- GridViewEditEventArgs.cs
- CodeTypeDeclaration.cs
- LinkButton.cs
- TraceUtility.cs
- AdapterDictionary.cs
- ExpressionCopier.cs
- AppSecurityManager.cs
- GridViewColumn.cs
- WebBrowserBase.cs
- WebPartZoneBase.cs
- GenericPrincipal.cs
- TextTreeDeleteContentUndoUnit.cs
- TrimSurroundingWhitespaceAttribute.cs
- BindToObject.cs
- FlowDocumentReaderAutomationPeer.cs
- ProjectionPathBuilder.cs
- TranslateTransform3D.cs
- LogicalExpr.cs
- PassportPrincipal.cs
- TreeWalker.cs
- CreateUserWizardStep.cs
- CultureSpecificStringDictionary.cs
- ProviderBase.cs
- FontUnit.cs