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
- MD5CryptoServiceProvider.cs
- RegexCapture.cs
- BitmapEffectState.cs
- ZipIOExtraFieldElement.cs
- TransformerInfo.cs
- Border.cs
- CustomAttributeSerializer.cs
- DesignerActionGlyph.cs
- BaseEntityWrapper.cs
- ObjectComplexPropertyMapping.cs
- XmlSchemaResource.cs
- ThrowHelper.cs
- ObjectStateManagerMetadata.cs
- ZipIORawDataFileBlock.cs
- Frame.cs
- EndOfStreamException.cs
- EventMappingSettingsCollection.cs
- FixedDocument.cs
- ConfigurationManagerInternal.cs
- TableCellCollection.cs
- _NTAuthentication.cs
- GenericRootAutomationPeer.cs
- SqlDataSourceConfigureSortForm.cs
- PasswordRecovery.cs
- DataControlFieldCollection.cs
- URLIdentityPermission.cs
- CultureTableRecord.cs
- SiteMapPath.cs
- UserControl.cs
- CompilerWrapper.cs
- ExpandCollapseProviderWrapper.cs
- AuthenticationException.cs
- MimeObjectFactory.cs
- MultitargetUtil.cs
- FileNotFoundException.cs
- ChtmlCommandAdapter.cs
- EmptyControlCollection.cs
- WorkflowInvoker.cs
- MasterPageBuildProvider.cs
- CaseDesigner.xaml.cs
- Policy.cs
- StyleHelper.cs
- ObfuscationAttribute.cs
- EmptyCollection.cs
- SubMenuStyleCollectionEditor.cs
- SmiEventSink_Default.cs
- dbenumerator.cs
- HttpMethodConstraint.cs
- CollaborationHelperFunctions.cs
- RootBuilder.cs
- GotoExpression.cs
- SQLRoleProvider.cs
- GetWinFXPath.cs
- PlaceHolder.cs
- Thickness.cs
- XmlDictionary.cs
- GenericParameterDataContract.cs
- BamlCollectionHolder.cs
- DomainUpDown.cs
- KeyedCollection.cs
- XPathNodeIterator.cs
- IssuanceTokenProviderBase.cs
- RepeatButton.cs
- DiscriminatorMap.cs
- XmlQuerySequence.cs
- DataFormats.cs
- StrongNameHelpers.cs
- LogArchiveSnapshot.cs
- DashStyle.cs
- RegisteredArrayDeclaration.cs
- WebException.cs
- CompModSwitches.cs
- TableSectionStyle.cs
- AuthenticationConfig.cs
- PieceNameHelper.cs
- HttpHeaderCollection.cs
- LogicalCallContext.cs
- ConnectionsZoneDesigner.cs
- DatePickerTextBox.cs
- BevelBitmapEffect.cs
- TagPrefixInfo.cs
- GeometryConverter.cs
- WhitespaceRuleLookup.cs
- SkipStoryboardToFill.cs
- AppDomainUnloadedException.cs
- DrawingGroup.cs
- VScrollBar.cs
- ContentTextAutomationPeer.cs
- DbCommandTree.cs
- ZipPackagePart.cs
- EntitySqlQueryState.cs
- DataTableNewRowEvent.cs
- BroadcastEventHelper.cs
- ToolStripItemTextRenderEventArgs.cs
- DrawingContextWalker.cs
- WindowsListViewItemStartMenu.cs
- SelfIssuedAuthRSACryptoProvider.cs
- QilInvokeLateBound.cs
- MonikerUtility.cs
- RemoteWebConfigurationHostStream.cs