Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / LayoutEvent.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationException.cs
- HtmlInputControl.cs
- ProviderConnectionPoint.cs
- ComboBoxItem.cs
- XamlBrushSerializer.cs
- TreeViewImageKeyConverter.cs
- CodeObjectCreateExpression.cs
- ProfileWorkflowElement.cs
- ServerIdentity.cs
- BatchParser.cs
- OleDbException.cs
- TextRangeEditLists.cs
- BooleanAnimationBase.cs
- TextParagraphProperties.cs
- Label.cs
- SystemIPGlobalStatistics.cs
- SQLDateTime.cs
- SocketConnection.cs
- ListComponentEditor.cs
- InvokeMethodActivityDesigner.cs
- MsmqProcessProtocolHandler.cs
- XmlSchemaValidator.cs
- ListenerSessionConnectionReader.cs
- Padding.cs
- SymbolEqualComparer.cs
- WaitForChangedResult.cs
- FixedNode.cs
- RepeaterItemCollection.cs
- MarkupProperty.cs
- mansign.cs
- Thread.cs
- EqualityComparer.cs
- RegistrySecurity.cs
- SelectionHighlightInfo.cs
- StrokeFIndices.cs
- GenerateScriptTypeAttribute.cs
- XmlILTrace.cs
- TrackingServices.cs
- BaseConfigurationRecord.cs
- OleDbConnection.cs
- RoleManagerEventArgs.cs
- StructuredCompositeActivityDesigner.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Util.cs
- DBSqlParserColumn.cs
- WeakReference.cs
- GcSettings.cs
- IDataContractSurrogate.cs
- EncryptedKeyHashIdentifierClause.cs
- SharedConnectionWorkflowTransactionService.cs
- TreeNodeBinding.cs
- SoapAttributes.cs
- GridViewRowEventArgs.cs
- MdiWindowListItemConverter.cs
- AstTree.cs
- CompModSwitches.cs
- MachineSettingsSection.cs
- IconConverter.cs
- SystemSounds.cs
- NativeWindow.cs
- WizardPanel.cs
- SwitchLevelAttribute.cs
- RuleSetCollection.cs
- SoapInteropTypes.cs
- RuntimeArgumentHandle.cs
- Encoding.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- XmlIncludeAttribute.cs
- InfiniteTimeSpanConverter.cs
- XmlNode.cs
- ShaderEffect.cs
- ActivityScheduledRecord.cs
- CryptoStream.cs
- CustomCredentialPolicy.cs
- ListViewInsertionMark.cs
- MenuItem.cs
- XmlDataProvider.cs
- GeneratedView.cs
- EntityDataSourceContextDisposingEventArgs.cs
- FastEncoderWindow.cs
- ModelItemDictionary.cs
- ButtonFlatAdapter.cs
- DataGridViewCellStateChangedEventArgs.cs
- SmtpFailedRecipientException.cs
- FormatConvertedBitmap.cs
- AxWrapperGen.cs
- CommandCollectionEditor.cs
- BindingsCollection.cs
- ImageFormatConverter.cs
- LayoutTable.cs
- SHA256Cng.cs
- ExecutionTracker.cs
- WebPartDeleteVerb.cs
- ByteConverter.cs
- Help.cs
- XpsStructure.cs
- EraserBehavior.cs
- xmlglyphRunInfo.cs
- DBSqlParserColumnCollection.cs
- XmlNamespaceManager.cs