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
- DiscoveryServerProtocol.cs
- EasingKeyFrames.cs
- PeerCollaborationPermission.cs
- SamlNameIdentifierClaimResource.cs
- XPathAncestorQuery.cs
- DocumentSchemaValidator.cs
- Console.cs
- BitmapEffectDrawing.cs
- RightsManagementEncryptionTransform.cs
- GenericTextProperties.cs
- _AutoWebProxyScriptWrapper.cs
- XamlGridLengthSerializer.cs
- EntityTypeEmitter.cs
- XmlSchemaAnnotated.cs
- PeerCustomResolverElement.cs
- SafeArrayTypeMismatchException.cs
- CalendarDataBindingHandler.cs
- LogicalTreeHelper.cs
- HttpAsyncResult.cs
- HandleCollector.cs
- StylusPointPropertyInfo.cs
- KnownIds.cs
- SqlDependencyUtils.cs
- SimpleWebHandlerParser.cs
- DataGridViewRowsRemovedEventArgs.cs
- SemanticKeyElement.cs
- EllipseGeometry.cs
- EncryptedData.cs
- SQLBinaryStorage.cs
- sqlinternaltransaction.cs
- BitmapCodecInfoInternal.cs
- WindowsSlider.cs
- BamlLocalizableResourceKey.cs
- TableRowGroup.cs
- Grant.cs
- UInt32Converter.cs
- DataFormat.cs
- StaticSiteMapProvider.cs
- ArcSegment.cs
- DLinqAssociationProvider.cs
- LinqDataSourceSelectEventArgs.cs
- util.cs
- PointKeyFrameCollection.cs
- TextEditorSpelling.cs
- FontCollection.cs
- BrowsableAttribute.cs
- SoapIgnoreAttribute.cs
- Effect.cs
- NamespaceCollection.cs
- QueryReaderSettings.cs
- DataRow.cs
- GradientStop.cs
- Brush.cs
- Scripts.cs
- LinkArea.cs
- DrawListViewColumnHeaderEventArgs.cs
- TextReader.cs
- PictureBox.cs
- SystemColorTracker.cs
- XmlEntity.cs
- UserPreferenceChangingEventArgs.cs
- GlyphRunDrawing.cs
- PropertyExpression.cs
- WebBrowserNavigatingEventHandler.cs
- EventEntry.cs
- SchemaNamespaceManager.cs
- WebScriptMetadataMessageEncoderFactory.cs
- Delay.cs
- TextReader.cs
- TaskScheduler.cs
- DesignerDataConnection.cs
- DataTableMappingCollection.cs
- RtType.cs
- GenericParameterDataContract.cs
- SortDescription.cs
- OutputCacheSection.cs
- FolderLevelBuildProviderCollection.cs
- DBBindings.cs
- SHA384.cs
- AstTree.cs
- XmlCDATASection.cs
- FixedSOMElement.cs
- DataGridItem.cs
- SqlCacheDependencyDatabaseCollection.cs
- XmlDeclaration.cs
- Tag.cs
- WorkflowApplication.cs
- DataSourceCache.cs
- ConfigurationSectionCollection.cs
- EdmType.cs
- PolyBezierSegment.cs
- ObjectCacheSettings.cs
- FunctionParameter.cs
- XmlAttributeProperties.cs
- Icon.cs
- SqlDataSourceWizardForm.cs
- ListParaClient.cs
- DataGridAutomationPeer.cs
- RelationshipManager.cs
- ToolboxItemImageConverter.cs