Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ControlEvent.cs / 1305376 / ControlEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; ////// /// A ControlEventArgs is an event that has a control /// as a property. /// public class ControlEventArgs : EventArgs { private Control control; ////// /// Retrieves the control object stored in this event. /// public Control Control { get { return control; } } ////// /// Creates a new ControlEventArgs. /// public ControlEventArgs(Control control) { this.control = control; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TdsParser.cs
- HyperLinkStyle.cs
- ExpressionPrefixAttribute.cs
- Predicate.cs
- XmlSerializationReader.cs
- ImageIndexConverter.cs
- JsonWriterDelegator.cs
- DataComponentMethodGenerator.cs
- FormattedTextSymbols.cs
- NamedPermissionSet.cs
- Scanner.cs
- ExpressionBuilder.cs
- StateDesignerConnector.cs
- ConsumerConnectionPointCollection.cs
- ConfigXmlReader.cs
- GraphicsContainer.cs
- BitmapEffect.cs
- TabControlDesigner.cs
- HtmlHead.cs
- HTMLTagNameToTypeMapper.cs
- _CommandStream.cs
- CodeDOMProvider.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- PointAnimationClockResource.cs
- ZipIORawDataFileBlock.cs
- XamlPathDataSerializer.cs
- CodeDesigner.cs
- ApplicationSecurityInfo.cs
- GPPOINT.cs
- ModifierKeysConverter.cs
- EntitySetBase.cs
- WebZone.cs
- IRCollection.cs
- UnicastIPAddressInformationCollection.cs
- NamespaceCollection.cs
- NativeMethods.cs
- MobileComponentEditorPage.cs
- StrokeNodeData.cs
- ColumnPropertiesGroup.cs
- XPathExpr.cs
- _LocalDataStoreMgr.cs
- PtsHelper.cs
- Random.cs
- DesignerAdRotatorAdapter.cs
- CroppedBitmap.cs
- HttpApplicationFactory.cs
- StandardMenuStripVerb.cs
- Events.cs
- DesignerView.Commands.cs
- Span.cs
- DbProviderSpecificTypePropertyAttribute.cs
- EntityTypeBase.cs
- ListItemParagraph.cs
- OleServicesContext.cs
- InternalCache.cs
- SmiXetterAccessMap.cs
- PropertyChangedEventArgs.cs
- xdrvalidator.cs
- GetPageNumberCompletedEventArgs.cs
- SafeFileHandle.cs
- StrokeFIndices.cs
- CharUnicodeInfo.cs
- HttpListenerContext.cs
- PageWrapper.cs
- ObfuscationAttribute.cs
- SqlBuilder.cs
- BinaryExpression.cs
- StrongTypingException.cs
- RowParagraph.cs
- XmlJsonWriter.cs
- ListCommandEventArgs.cs
- SwitchLevelAttribute.cs
- FileUtil.cs
- DataServiceConfiguration.cs
- BamlVersionHeader.cs
- RelativeSource.cs
- HostedBindingBehavior.cs
- CacheEntry.cs
- LayoutTableCell.cs
- Message.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- FixedSOMTable.cs
- ToolStripOverflow.cs
- MsdtcWrapper.cs
- RuntimeWrappedException.cs
- XmlDataDocument.cs
- _Connection.cs
- DuplicateWaitObjectException.cs
- DynamicDiscoveryDocument.cs
- HyperLink.cs
- DataConnectionHelper.cs
- LineBreakRecord.cs
- TraceRecord.cs
- RolePrincipal.cs
- ReverseInheritProperty.cs
- RuntimeConfig.cs
- DbProviderConfigurationHandler.cs
- EventMappingSettingsCollection.cs
- EventLogInformation.cs
- DesignerLinkAdapter.cs