Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- nulltextnavigator.cs
- Effect.cs
- EventLogger.cs
- ViewStateModeByIdAttribute.cs
- HtmlTableRowCollection.cs
- NamespaceMapping.cs
- HtmlInputCheckBox.cs
- ReverseInheritProperty.cs
- TextRunTypographyProperties.cs
- ReadOnlyAttribute.cs
- JulianCalendar.cs
- FacetDescription.cs
- Atom10FormatterFactory.cs
- DataGridHeaderBorder.cs
- ToolStripSplitButton.cs
- DataTransferEventArgs.cs
- PropertyGroupDescription.cs
- CommandPlan.cs
- AttributeData.cs
- InvalidFilterCriteriaException.cs
- GridViewRowPresenter.cs
- ReceiveCompletedEventArgs.cs
- GlobalizationAssembly.cs
- NavigationPropertyEmitter.cs
- StrongNameUtility.cs
- TimeSpanOrInfiniteConverter.cs
- PowerStatus.cs
- WebPart.cs
- QuotaThrottle.cs
- MorphHelper.cs
- XPathNavigatorKeyComparer.cs
- TreePrinter.cs
- ServerIdentity.cs
- StandardCommandToolStripMenuItem.cs
- Constants.cs
- Funcletizer.cs
- DataComponentNameHandler.cs
- NamespaceDisplay.xaml.cs
- HtmlTableCellCollection.cs
- Localizer.cs
- StringValidator.cs
- IISMapPath.cs
- _DomainName.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- FormatterServicesNoSerializableCheck.cs
- HttpDigestClientCredential.cs
- MarkupExtensionSerializer.cs
- CommandSet.cs
- SecurityUtils.cs
- TableRow.cs
- ClientBuildManager.cs
- EventSetter.cs
- AutoGeneratedFieldProperties.cs
- Parser.cs
- StyleSheet.cs
- CaseInsensitiveComparer.cs
- ConnectionManagementElement.cs
- DBDataPermissionAttribute.cs
- SortedSetDebugView.cs
- SiteMapSection.cs
- Button.cs
- Button.cs
- WebPartMovingEventArgs.cs
- ConfigurationStrings.cs
- XmlHierarchicalEnumerable.cs
- StylesEditorDialog.cs
- Parallel.cs
- WindowProviderWrapper.cs
- MemberMaps.cs
- FloaterParaClient.cs
- XmlILConstructAnalyzer.cs
- HotCommands.cs
- FigureHelper.cs
- ComponentEditorForm.cs
- PhoneCall.cs
- FrameworkTemplate.cs
- SyndicationItemFormatter.cs
- SoapFault.cs
- PrivilegedConfigurationManager.cs
- OracleString.cs
- InputScope.cs
- SettingsSavedEventArgs.cs
- DataGridViewRowsRemovedEventArgs.cs
- SimplePropertyEntry.cs
- WorkflowMarkupSerializationManager.cs
- WebPartActionVerb.cs
- DecoratedNameAttribute.cs
- Geometry.cs
- CodeSpit.cs
- GridViewColumn.cs
- ClassImporter.cs
- RequestFactory.cs
- _IPv6Address.cs
- QuaternionConverter.cs
- NamespaceInfo.cs
- IChannel.cs
- DashStyle.cs
- TemplatePropertyEntry.cs
- WSFederationHttpBindingCollectionElement.cs
- BinaryObjectInfo.cs