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
- EnterpriseServicesHelper.cs
- WinFormsSecurity.cs
- ProcessManager.cs
- Constants.cs
- CacheAxisQuery.cs
- XhtmlConformanceSection.cs
- _OverlappedAsyncResult.cs
- BindingsCollection.cs
- DataTableNameHandler.cs
- TypeElementCollection.cs
- WrappedIUnknown.cs
- Trace.cs
- StreamReader.cs
- DesignerVerbCollection.cs
- CheckBoxRenderer.cs
- LinqDataSourceSelectEventArgs.cs
- XamlFxTrace.cs
- SvcMapFile.cs
- Trace.cs
- XslNumber.cs
- bindurihelper.cs
- MediaContext.cs
- MessageHeaderException.cs
- StyleBamlRecordReader.cs
- AbsoluteQuery.cs
- QuaternionAnimation.cs
- SoapFault.cs
- AttributeAction.cs
- Common.cs
- DSACryptoServiceProvider.cs
- AppSettingsReader.cs
- NTAccount.cs
- HttpHandlerAction.cs
- LayoutTableCell.cs
- MetadataExporter.cs
- PackUriHelper.cs
- DependencySource.cs
- DataGridViewCellConverter.cs
- ToolStripSplitStackLayout.cs
- mil_commands.cs
- CookielessData.cs
- EntityDataSourceMemberPath.cs
- ResourceSetExpression.cs
- DataGridCheckBoxColumn.cs
- Label.cs
- StrongNameUtility.cs
- MediaContextNotificationWindow.cs
- TextEndOfSegment.cs
- WorkflowQueueInfo.cs
- NamespaceEmitter.cs
- MediaContextNotificationWindow.cs
- DataSetMappper.cs
- PrintPreviewDialog.cs
- TransformedBitmap.cs
- EntityWithChangeTrackerStrategy.cs
- WriteTimeStream.cs
- CursorEditor.cs
- ParameterCollection.cs
- EventLogPermission.cs
- AnalyzedTree.cs
- Form.cs
- coordinator.cs
- MustUnderstandBehavior.cs
- DefaultMemberAttribute.cs
- ColumnCollection.cs
- SqlDataSourceAdvancedOptionsForm.cs
- LockCookie.cs
- TrackingProfileSerializer.cs
- BrushMappingModeValidation.cs
- RuntimeConfigurationRecord.cs
- WsdlWriter.cs
- XPathMultyIterator.cs
- ByteStream.cs
- FileLogRecordHeader.cs
- DynamicEndpointElement.cs
- TimeZone.cs
- FrameworkElementFactoryMarkupObject.cs
- TextServicesContext.cs
- SolidColorBrush.cs
- RoutedEvent.cs
- Module.cs
- AnnotationDocumentPaginator.cs
- UnsafeNativeMethodsCLR.cs
- WebRequestModuleElement.cs
- StringTraceRecord.cs
- ServerIdentity.cs
- CellParagraph.cs
- CacheDependency.cs
- SuppressIldasmAttribute.cs
- Activator.cs
- GenericQueueSurrogate.cs
- ActivityDesignerResources.cs
- SchemaCompiler.cs
- ContentElementAutomationPeer.cs
- HttpRawResponse.cs
- WinCategoryAttribute.cs
- Scheduling.cs
- ToolStripHighContrastRenderer.cs
- FixedSOMTextRun.cs
- ProfileEventArgs.cs