Code:
/ 4.0 / 4.0 / 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.] ///// 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
- Statements.cs
- CodeGeneratorOptions.cs
- FixedSOMPage.cs
- Axis.cs
- MultiTrigger.cs
- FrameDimension.cs
- BufferedMessageWriter.cs
- ContentControl.cs
- ExpressionConverter.cs
- ProviderBase.cs
- ProjectedWrapper.cs
- PseudoWebRequest.cs
- PropertyEmitter.cs
- RevocationPoint.cs
- CallTemplateAction.cs
- MultipleViewPattern.cs
- TreeNodeConverter.cs
- ManagedCodeMarkers.cs
- OneOfTypeConst.cs
- XmlSchemaIdentityConstraint.cs
- CodeMethodInvokeExpression.cs
- Literal.cs
- RegexGroupCollection.cs
- ToolStripTextBox.cs
- RoamingStoreFile.cs
- DecimalConverter.cs
- FixedSOMGroup.cs
- UIElementParagraph.cs
- SettingsAttributes.cs
- HttpApplicationFactory.cs
- ProcessStartInfo.cs
- ToolboxControl.cs
- OleDbPropertySetGuid.cs
- TextEditorCopyPaste.cs
- DaylightTime.cs
- PathParser.cs
- RenderContext.cs
- EventLogInternal.cs
- NamedServiceModelExtensionCollectionElement.cs
- XmlSequenceWriter.cs
- Polyline.cs
- UInt64.cs
- ProfileGroupSettings.cs
- HandleRef.cs
- SamlAuthorityBinding.cs
- DefaultBinder.cs
- XmlDataSource.cs
- CodeMemberProperty.cs
- SegmentInfo.cs
- PackageFilter.cs
- Path.cs
- DataKeyArray.cs
- SubqueryTrackingVisitor.cs
- UiaCoreApi.cs
- MDIClient.cs
- VectorAnimation.cs
- NativeMethods.cs
- FrameworkElement.cs
- SpecialFolderEnumConverter.cs
- RegexTree.cs
- ApplicationManager.cs
- BrowserCapabilitiesCompiler.cs
- MimeParameterWriter.cs
- LocalizedNameDescriptionPair.cs
- RuleSettings.cs
- WeakReference.cs
- Evidence.cs
- SmtpException.cs
- DrawingContextDrawingContextWalker.cs
- TemplateKeyConverter.cs
- QueueNameHelper.cs
- WithParamAction.cs
- XmlSchemaIdentityConstraint.cs
- PriorityRange.cs
- ProtocolElementCollection.cs
- ColorConvertedBitmap.cs
- SqlRewriteScalarSubqueries.cs
- DataGridViewHitTestInfo.cs
- ImageList.cs
- DynamicEntity.cs
- AssemblyBuilder.cs
- AsymmetricKeyExchangeFormatter.cs
- SHA384Cng.cs
- Emitter.cs
- CodeObject.cs
- EntityDataSourceChangingEventArgs.cs
- SettingsPropertyCollection.cs
- CodeCatchClauseCollection.cs
- SQLRoleProvider.cs
- InternalControlCollection.cs
- DataGridViewCheckBoxCell.cs
- QilStrConcatenator.cs
- ISAPIRuntime.cs
- Globals.cs
- SupportsEventValidationAttribute.cs
- LayoutInformation.cs
- StructuredTypeInfo.cs
- AnimatedTypeHelpers.cs
- LexicalChunk.cs
- ScopelessEnumAttribute.cs