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
- ThreadAbortException.cs
- AsyncMethodInvoker.cs
- SafeArrayRankMismatchException.cs
- GeneralTransform2DTo3DTo2D.cs
- PenCursorManager.cs
- OrderedDictionary.cs
- IdleTimeoutMonitor.cs
- JsonReaderDelegator.cs
- HtmlAnchor.cs
- BinaryObjectReader.cs
- FontCollection.cs
- ContentControl.cs
- MetadataException.cs
- DataGridViewLinkCell.cs
- DependencyPropertyConverter.cs
- ProviderCollection.cs
- FactoryGenerator.cs
- CancelRequestedQuery.cs
- MediaContext.cs
- HttpApplicationFactory.cs
- CompoundFileDeflateTransform.cs
- Serializer.cs
- TickBar.cs
- LayoutTableCell.cs
- control.ime.cs
- XmlILOptimizerVisitor.cs
- KeyEventArgs.cs
- XmlCodeExporter.cs
- EditCommandColumn.cs
- TypeDependencyAttribute.cs
- ImageAttributes.cs
- RegexCaptureCollection.cs
- RewritingPass.cs
- TextParaLineResult.cs
- KeyboardNavigation.cs
- FormViewUpdatedEventArgs.cs
- SettingsPropertyValueCollection.cs
- JoinCqlBlock.cs
- CodeDirectoryCompiler.cs
- BuiltInPermissionSets.cs
- SpotLight.cs
- CheckBoxList.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- InputScope.cs
- WebPartTracker.cs
- safemediahandle.cs
- SystemEvents.cs
- ClusterRegistryConfigurationProvider.cs
- StyleCollection.cs
- Exception.cs
- TagMapInfo.cs
- TargetControlTypeCache.cs
- DecimalAnimation.cs
- EventProvider.cs
- ComponentResourceKey.cs
- SymbolPair.cs
- StrokeNodeEnumerator.cs
- XPathSelectionIterator.cs
- SecurityTokenException.cs
- ConstraintConverter.cs
- FormViewPageEventArgs.cs
- XmlFormatWriterGenerator.cs
- BlurEffect.cs
- CaseExpr.cs
- SiteMapHierarchicalDataSourceView.cs
- IndicCharClassifier.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- figurelengthconverter.cs
- ResourceDisplayNameAttribute.cs
- XmlException.cs
- ZipIORawDataFileBlock.cs
- TextPointer.cs
- ProxyHwnd.cs
- DesignBindingEditor.cs
- StringCollection.cs
- versioninfo.cs
- WinInetCache.cs
- RawStylusInput.cs
- PriorityItem.cs
- CategoryNameCollection.cs
- IfAction.cs
- Action.cs
- SoapElementAttribute.cs
- SiteMapSection.cs
- RewritingProcessor.cs
- XamlTreeBuilderBamlRecordWriter.cs
- MenuTracker.cs
- EncoderFallback.cs
- WebDisplayNameAttribute.cs
- QilReference.cs
- RawTextInputReport.cs
- ProjectionCamera.cs
- SqlInternalConnection.cs
- LinkedDataMemberFieldEditor.cs
- SystemResourceHost.cs
- TextCompositionEventArgs.cs
- DependencyPropertyAttribute.cs
- ReferenceTypeElement.cs
- NodeLabelEditEvent.cs
- ObjectPropertyMapping.cs