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
- Attributes.cs
- MarshalByRefObject.cs
- BaseCollection.cs
- DependencyPropertyHelper.cs
- CodeNamespaceCollection.cs
- Polyline.cs
- NativeMethodsOther.cs
- ExclusiveTcpTransportManager.cs
- FilterException.cs
- TouchPoint.cs
- TabPanel.cs
- LingerOption.cs
- InkCanvas.cs
- DocobjHost.cs
- DataGridViewColumnHeaderCell.cs
- SafeEventLogReadHandle.cs
- EntitySetDataBindingList.cs
- PolyBezierSegment.cs
- WebPartsPersonalization.cs
- FileLevelControlBuilderAttribute.cs
- ImageMapEventArgs.cs
- DataGridItemEventArgs.cs
- EventToken.cs
- OracleFactory.cs
- DocumentReferenceCollection.cs
- ObjectViewQueryResultData.cs
- ModelTreeEnumerator.cs
- SqlProfileProvider.cs
- ToolStripPanelRow.cs
- SmiContextFactory.cs
- XhtmlTextWriter.cs
- BulletedListDesigner.cs
- SafeFileMappingHandle.cs
- AppDomainShutdownMonitor.cs
- ExtensionWindowResizeGrip.cs
- ToolStripDropDownClosedEventArgs.cs
- SelectingProviderEventArgs.cs
- DataSourceViewSchemaConverter.cs
- UserControlFileEditor.cs
- FunctionMappingTranslator.cs
- FlowLayoutSettings.cs
- RevocationPoint.cs
- FormViewUpdatedEventArgs.cs
- SubclassTypeValidator.cs
- XmlRawWriter.cs
- WindowsPen.cs
- InvalidPropValue.cs
- ProfileBuildProvider.cs
- InternalRelationshipCollection.cs
- DataMisalignedException.cs
- AttributeCollection.cs
- BitmapScalingModeValidation.cs
- ConnectionStringSettings.cs
- TextView.cs
- __Filters.cs
- SafeUserTokenHandle.cs
- HandledMouseEvent.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- StringUtil.cs
- BuilderPropertyEntry.cs
- SessionStateSection.cs
- MasterPageParser.cs
- ContainerCodeDomSerializer.cs
- PasswordBox.cs
- VarRemapper.cs
- SQLInt32Storage.cs
- GlyphingCache.cs
- CompiledXpathExpr.cs
- SharedPersonalizationStateInfo.cs
- StickyNoteContentControl.cs
- SelectedDatesCollection.cs
- GeneratedContractType.cs
- SchemaElementLookUpTableEnumerator.cs
- PresentationTraceSources.cs
- ProjectionCamera.cs
- ServiceDeploymentInfo.cs
- FixedFindEngine.cs
- DataGridViewDataConnection.cs
- WebPartCatalogAddVerb.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- SplineKeyFrames.cs
- ObjectTag.cs
- WeakReadOnlyCollection.cs
- DynamicEndpoint.cs
- X509CertificateValidator.cs
- SelectingProviderEventArgs.cs
- ListItemDetailViewAttribute.cs
- MediaPlayerState.cs
- ISAPIRuntime.cs
- sqlser.cs
- ToolStripSplitButton.cs
- XmlSchemaDatatype.cs
- HierarchicalDataSourceConverter.cs
- GlyphingCache.cs
- PriorityQueue.cs
- TemplateInstanceAttribute.cs
- HttpRequestCacheValidator.cs
- TextureBrush.cs
- Image.cs
- LinkLabel.cs