Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ItemMap.cs
- TableColumnCollectionInternal.cs
- FixedSchema.cs
- GlyphRunDrawing.cs
- DataGridViewSelectedColumnCollection.cs
- TogglePatternIdentifiers.cs
- ObjectItemNoOpAssemblyLoader.cs
- IQueryable.cs
- DictionaryChange.cs
- StorageMappingItemLoader.cs
- HtmlElementCollection.cs
- DynamicVirtualDiscoSearcher.cs
- CategoryEditor.cs
- LogManagementAsyncResult.cs
- XPathDocumentNavigator.cs
- SingleResultAttribute.cs
- String.cs
- HttpsChannelListener.cs
- HtmlToClrEventProxy.cs
- DataTemplateSelector.cs
- RemotingAttributes.cs
- DataSourceDesigner.cs
- List.cs
- X509Chain.cs
- GenericsNotImplementedException.cs
- GenerateTemporaryTargetAssembly.cs
- ConfigurationSection.cs
- CompilationRelaxations.cs
- ExtensionSimplifierMarkupObject.cs
- FrameworkRichTextComposition.cs
- EventLog.cs
- FixedSOMLineCollection.cs
- PresentationTraceSources.cs
- ConditionalAttribute.cs
- TabItemAutomationPeer.cs
- PowerModeChangedEventArgs.cs
- ToolStripRenderer.cs
- HGlobalSafeHandle.cs
- WSFederationHttpSecurity.cs
- JavaScriptSerializer.cs
- DeclaredTypeValidatorAttribute.cs
- TransformerTypeCollection.cs
- ByteKeyFrameCollection.cs
- LinearQuaternionKeyFrame.cs
- DataGridLinkButton.cs
- XmlDataCollection.cs
- TimerEventSubscription.cs
- TemplateControlCodeDomTreeGenerator.cs
- CodeIndexerExpression.cs
- BitmapEffectRenderDataResource.cs
- SqlParameterizer.cs
- TrackingMemoryStreamFactory.cs
- ConfigurationSchemaErrors.cs
- AspProxy.cs
- HighlightVisual.cs
- SqlDataSourceWizardForm.cs
- ConfigXmlComment.cs
- ConfigurationElementCollection.cs
- FontNameEditor.cs
- EventHandlers.cs
- SqlUnionizer.cs
- WsdlInspector.cs
- SizeConverter.cs
- DocumentViewerAutomationPeer.cs
- TextServicesPropertyRanges.cs
- XmlCollation.cs
- FormViewPagerRow.cs
- TrackingMemoryStream.cs
- RotationValidation.cs
- Scene3D.cs
- TextTreeText.cs
- Thread.cs
- WhitespaceRuleLookup.cs
- CuspData.cs
- FullTrustAssemblyCollection.cs
- PageContent.cs
- StorageMappingItemCollection.cs
- TransformationRules.cs
- ZipIOBlockManager.cs
- WebControlAdapter.cs
- CultureTableRecord.cs
- CodeDomConfigurationHandler.cs
- StorageTypeMapping.cs
- _CacheStreams.cs
- ProfilePropertySettingsCollection.cs
- CommandValueSerializer.cs
- ProtocolElement.cs
- RootBrowserWindowAutomationPeer.cs
- UrlMappingCollection.cs
- PrintController.cs
- LinkUtilities.cs
- HttpDictionary.cs
- ResolveMatchesMessageCD1.cs
- MergePropertyDescriptor.cs
- RetriableClipboard.cs
- CuspData.cs
- XsltFunctions.cs
- TableDesigner.cs
- AssociationTypeEmitter.cs
- EntryPointNotFoundException.cs