Code:
/ DotNET / DotNET / 8.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
- SmiSettersStream.cs
- LogLogRecordEnumerator.cs
- BamlTreeMap.cs
- HttpHeaderCollection.cs
- WizardPanel.cs
- SqlConnectionManager.cs
- MatrixAnimationBase.cs
- AnnotationHelper.cs
- OrderingExpression.cs
- Selection.cs
- ConfigurationErrorsException.cs
- JsonFormatMapping.cs
- SystemIPGlobalStatistics.cs
- Behavior.cs
- IndependentlyAnimatedPropertyMetadata.cs
- SmiConnection.cs
- DecimalStorage.cs
- GridViewItemAutomationPeer.cs
- Attribute.cs
- OutputCacheSettingsSection.cs
- ServiceHttpHandlerFactory.cs
- DataGridViewColumnEventArgs.cs
- DataAdapter.cs
- EllipseGeometry.cs
- MobileListItem.cs
- ListBoxChrome.cs
- DeriveBytes.cs
- ListBoxItem.cs
- Opcode.cs
- WebPartActionVerb.cs
- EventWaitHandle.cs
- DescendantOverDescendantQuery.cs
- SqlPersonalizationProvider.cs
- IssuedTokenParametersEndpointAddressElement.cs
- ListBoxAutomationPeer.cs
- FocusWithinProperty.cs
- FilterElement.cs
- MemberPath.cs
- regiisutil.cs
- NamespaceInfo.cs
- Deserializer.cs
- MDIClient.cs
- InterleavedZipPartStream.cs
- DecoderExceptionFallback.cs
- TitleStyle.cs
- HttpException.cs
- DesignerDataSourceView.cs
- PlatformCulture.cs
- ILGenerator.cs
- FixedStringLookup.cs
- ListViewSortEventArgs.cs
- ResolveNameEventArgs.cs
- Pkcs7Signer.cs
- TextDocumentView.cs
- SecurityCookieModeValidator.cs
- PreservationFileReader.cs
- SqlError.cs
- BinaryUtilClasses.cs
- ControlBindingsCollection.cs
- SqlClientWrapperSmiStreamChars.cs
- SectionXmlInfo.cs
- OutKeywords.cs
- DataGridViewRowsAddedEventArgs.cs
- Brush.cs
- ExtendedProperty.cs
- RSAOAEPKeyExchangeFormatter.cs
- ConfigXmlAttribute.cs
- GraphicsPathIterator.cs
- ResizeBehavior.cs
- AlignmentYValidation.cs
- Psha1DerivedKeyGenerator.cs
- ProtocolsSection.cs
- LabelLiteral.cs
- GroupDescription.cs
- MetadataItemCollectionFactory.cs
- DataServiceResponse.cs
- AudioLevelUpdatedEventArgs.cs
- PeerTransportSecurityElement.cs
- DataProtection.cs
- RelationshipEntry.cs
- DataPagerFieldCommandEventArgs.cs
- ExtendedProtectionPolicy.cs
- TemplateKey.cs
- QuaternionValueSerializer.cs
- SoapExtensionStream.cs
- Menu.cs
- XmlSignificantWhitespace.cs
- ProfileService.cs
- ResourceCollectionInfo.cs
- GregorianCalendarHelper.cs
- GenericTypeParameterBuilder.cs
- StringFreezingAttribute.cs
- TableStyle.cs
- ViewPort3D.cs
- ProjectionQueryOptionExpression.cs
- MeasureData.cs
- FormViewDeletedEventArgs.cs
- UnsafeNativeMethods.cs
- RuntimeComponentFilter.cs
- PackWebRequest.cs