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
- HiddenField.cs
- DiagnosticSection.cs
- NotifyParentPropertyAttribute.cs
- Scene3D.cs
- SafeRightsManagementSessionHandle.cs
- SqlDataSourceWizardForm.cs
- HtmlContainerControl.cs
- XmlTypeAttribute.cs
- AspCompat.cs
- ConnectionPointCookie.cs
- MemberInfoSerializationHolder.cs
- RectangleHotSpot.cs
- TextViewBase.cs
- GridViewColumn.cs
- EnumMemberAttribute.cs
- filewebresponse.cs
- VectorCollection.cs
- Emitter.cs
- PackagePartCollection.cs
- ResourcePool.cs
- TemplateControlCodeDomTreeGenerator.cs
- EntityObject.cs
- ConfigXmlAttribute.cs
- TemplateParser.cs
- XsdCachingReader.cs
- XmlNamespaceManager.cs
- ScrollChrome.cs
- TypeExtensionSerializer.cs
- DropShadowEffect.cs
- HtmlValidatorAdapter.cs
- DataBinder.cs
- ValueTypeFixupInfo.cs
- ClientTargetSection.cs
- MonthChangedEventArgs.cs
- FrameworkContentElement.cs
- AssertSection.cs
- RequestTimeoutManager.cs
- RegexRunner.cs
- WebControl.cs
- MatrixTransform3D.cs
- SqlColumnizer.cs
- TextBox.cs
- TemplateControlCodeDomTreeGenerator.cs
- ChangeToolStripParentVerb.cs
- ArraySegment.cs
- CollectionConverter.cs
- StylusPlugInCollection.cs
- HostedElements.cs
- BuildDependencySet.cs
- InputQueue.cs
- DefaultSection.cs
- HtmlElementCollection.cs
- MimeMapping.cs
- Quad.cs
- ConstructorExpr.cs
- PtsPage.cs
- UnSafeCharBuffer.cs
- RectKeyFrameCollection.cs
- ToolBar.cs
- PreservationFileWriter.cs
- MediaElement.cs
- ControlDesigner.cs
- TextWriterTraceListener.cs
- TargetControlTypeCache.cs
- XPathChildIterator.cs
- Constraint.cs
- Int32RectValueSerializer.cs
- TextBlock.cs
- SecurityPolicySection.cs
- ObfuscationAttribute.cs
- NumericUpDown.cs
- MarshalByRefObject.cs
- Soap.cs
- HttpProcessUtility.cs
- SortDescriptionCollection.cs
- TagMapInfo.cs
- ProxyWebPartManagerDesigner.cs
- ImplicitInputBrush.cs
- MemberDomainMap.cs
- MiniMapControl.xaml.cs
- FileInfo.cs
- DebugView.cs
- PointCollection.cs
- CharEnumerator.cs
- ACE.cs
- ExecutionContext.cs
- WS2007FederationHttpBindingElement.cs
- DeviceContext2.cs
- DataListItemCollection.cs
- BulletChrome.cs
- TypeGeneratedEventArgs.cs
- SelectedDatesCollection.cs
- DTCTransactionManager.cs
- ByteStreamMessageEncoder.cs
- WebPartEditorApplyVerb.cs
- WebServiceEnumData.cs
- RichTextBoxDesigner.cs
- AssemblyUtil.cs
- Int32EqualityComparer.cs
- PassportIdentity.cs