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
- SqlCommandBuilder.cs
- SessionStateUtil.cs
- DrawingState.cs
- DPAPIProtectedConfigurationProvider.cs
- DynamicHyperLink.cs
- PrintDialog.cs
- ParameterBuilder.cs
- EtwTrace.cs
- DesignerCalendarAdapter.cs
- Primitive.cs
- DeclarativeCatalogPart.cs
- BaseAddressPrefixFilterElement.cs
- FormatControl.cs
- _FtpControlStream.cs
- DesignerRegionMouseEventArgs.cs
- CancelEventArgs.cs
- _Events.cs
- MessagePartDescriptionCollection.cs
- WebPartCancelEventArgs.cs
- DPAPIProtectedConfigurationProvider.cs
- PolicyConversionContext.cs
- CanonicalFontFamilyReference.cs
- OrderedDictionary.cs
- WeakReference.cs
- ExceptionValidationRule.cs
- TreeNodeSelectionProcessor.cs
- StronglyTypedResourceBuilder.cs
- SlipBehavior.cs
- PointLightBase.cs
- HealthMonitoringSectionHelper.cs
- ColorTransformHelper.cs
- VariableValue.cs
- HttpCacheVary.cs
- MembershipSection.cs
- Message.cs
- Label.cs
- processwaithandle.cs
- ColumnResizeUndoUnit.cs
- AQNBuilder.cs
- PrinterUnitConvert.cs
- PartBasedPackageProperties.cs
- InputMethodStateTypeInfo.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- shaperfactoryquerycachekey.cs
- EnumMember.cs
- MessageEncoder.cs
- MessageQueuePermissionEntry.cs
- MobileContainerDesigner.cs
- SystemColors.cs
- TextSchema.cs
- CorrelationKeyCalculator.cs
- WinEventTracker.cs
- DataSourceHelper.cs
- Int32.cs
- CompositeFontParser.cs
- WebPartsPersonalizationAuthorization.cs
- DefaultMemberAttribute.cs
- FileRecordSequence.cs
- IProvider.cs
- TimelineClockCollection.cs
- DbParameterHelper.cs
- DocumentPageView.cs
- EmptyElement.cs
- FixedSOMTableRow.cs
- ExceptionHandler.cs
- LoginDesigner.cs
- ListViewAutomationPeer.cs
- WindowsStatic.cs
- GlyphCache.cs
- XmlIlTypeHelper.cs
- XPathScanner.cs
- WebAdminConfigurationHelper.cs
- Socket.cs
- AnnouncementService.cs
- RegistryPermission.cs
- ExitEventArgs.cs
- EventData.cs
- TargetConverter.cs
- ToolStripPanelCell.cs
- Pen.cs
- RtfFormatStack.cs
- DataGridViewTextBoxEditingControl.cs
- FixedDSBuilder.cs
- ItemList.cs
- FontStyle.cs
- StaticContext.cs
- SystemUnicastIPAddressInformation.cs
- CustomWebEventKey.cs
- UrlAuthFailedErrorFormatter.cs
- PerformanceCounterManager.cs
- GridViewRowEventArgs.cs
- DataBindingHandlerAttribute.cs
- VisualTreeUtils.cs
- DbConnectionFactory.cs
- ApplicationManager.cs
- MaskDescriptor.cs
- HttpHandlerAction.cs
- VoiceInfo.cs
- AnnotationHighlightLayer.cs
- ToolboxCategory.cs