Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / ControlEvent.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComplexBindingPropertiesAttribute.cs
- ColorBlend.cs
- CommandDevice.cs
- MetadataArtifactLoaderCompositeResource.cs
- DesigntimeLicenseContextSerializer.cs
- MenuAutoFormat.cs
- ResolvedKeyFrameEntry.cs
- SessionEndedEventArgs.cs
- SyntaxCheck.cs
- Oid.cs
- SnapshotChangeTrackingStrategy.cs
- EllipseGeometry.cs
- Parsers.cs
- SqlExpander.cs
- HttpDictionary.cs
- Asn1IntegerConverter.cs
- SmtpDateTime.cs
- CustomAssemblyResolver.cs
- TypeDescriptor.cs
- ElementNotAvailableException.cs
- xdrvalidator.cs
- MinimizableAttributeTypeConverter.cs
- KeyManager.cs
- CachedCompositeFamily.cs
- PropertyRecord.cs
- FunctionCommandText.cs
- HotSpotCollection.cs
- HostAdapter.cs
- ThrowHelper.cs
- CodeMemberProperty.cs
- DesignerExtenders.cs
- cookiecollection.cs
- SpecialFolderEnumConverter.cs
- CombinedGeometry.cs
- Animatable.cs
- IntegrationExceptionEventArgs.cs
- TextContainerChangedEventArgs.cs
- TableLayoutPanelBehavior.cs
- StorageAssociationSetMapping.cs
- TypeValidationEventArgs.cs
- ContextStack.cs
- ProviderSettings.cs
- XmlDesignerDataSourceView.cs
- BaseParser.cs
- SqlProviderManifest.cs
- Misc.cs
- OperationCanceledException.cs
- DataSourceGroupCollection.cs
- LocalizedNameDescriptionPair.cs
- MailWriter.cs
- RichTextBox.cs
- DoWhile.cs
- DataColumnChangeEvent.cs
- ConfigXmlSignificantWhitespace.cs
- Int32AnimationUsingKeyFrames.cs
- HiddenFieldDesigner.cs
- HtmlControlPersistable.cs
- RestHandlerFactory.cs
- SqlClientWrapperSmiStream.cs
- CachedPathData.cs
- MenuItem.cs
- SystemTcpStatistics.cs
- DataBoundControlHelper.cs
- JpegBitmapEncoder.cs
- FacetDescriptionElement.cs
- dataobject.cs
- SizeAnimationClockResource.cs
- DisposableCollectionWrapper.cs
- CommandCollectionEditor.cs
- CharUnicodeInfo.cs
- CompositeDataBoundControl.cs
- HttpServerUtilityWrapper.cs
- ControlParser.cs
- ClientUrlResolverWrapper.cs
- DriveInfo.cs
- HebrewCalendar.cs
- SessionState.cs
- ToggleButton.cs
- Logging.cs
- AttributeParameterInfo.cs
- PolicyException.cs
- shaperfactoryquerycacheentry.cs
- GroupBoxDesigner.cs
- GridViewEditEventArgs.cs
- UnSafeCharBuffer.cs
- CorrelationRequestContext.cs
- InputBinding.cs
- RightsManagementEncryptedStream.cs
- Metafile.cs
- ZoneIdentityPermission.cs
- HttpProfileBase.cs
- QuadraticBezierSegment.cs
- HttpModuleActionCollection.cs
- CharacterShapingProperties.cs
- ExternalFile.cs
- HttpCapabilitiesSectionHandler.cs
- ConfigurationSchemaErrors.cs
- XmlQueryType.cs
- DataRelation.cs
- smtpconnection.cs