Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / Design / ComponentEvent.cs / 1305376 / ComponentEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel.Design { using Microsoft.Win32; using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] [System.Runtime.InteropServices.ComVisible(true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ComponentEventArgs : EventArgs { private IComponent component; ///Provides data for the System.ComponentModel.Design.IComponentChangeService.ComponentEvent /// event raised for component-level events. ////// public virtual IComponent Component { get { return component; } } ////// Gets or sets the component associated with the event. /// ////// public ComponentEventArgs(IComponent component) { this.component = component; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Initializes a new instance of the System.ComponentModel.Design.ComponentEventArgs class. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompilerErrorCollection.cs
- ByteStack.cs
- CompiledRegexRunner.cs
- ImageUrlEditor.cs
- ValidatedControlConverter.cs
- AdapterDictionary.cs
- ContentControl.cs
- HttpRawResponse.cs
- XmlNamespaceMappingCollection.cs
- Point3DCollection.cs
- DrawingVisualDrawingContext.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- TreeViewAutomationPeer.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TableItemPatternIdentifiers.cs
- GraphicsContainer.cs
- HTTPNotFoundHandler.cs
- ToolStripComboBox.cs
- DiscreteKeyFrames.cs
- GcSettings.cs
- WorkflowOwnershipException.cs
- SequentialUshortCollection.cs
- OutOfMemoryException.cs
- BadImageFormatException.cs
- XmlDomTextWriter.cs
- addressfiltermode.cs
- WindowsComboBox.cs
- Tokenizer.cs
- GenericAuthenticationEventArgs.cs
- EastAsianLunisolarCalendar.cs
- wgx_commands.cs
- SqlErrorCollection.cs
- FontConverter.cs
- NoneExcludedImageIndexConverter.cs
- ConfigsHelper.cs
- Panel.cs
- RealProxy.cs
- ProxyHelper.cs
- WebScriptServiceHost.cs
- Validator.cs
- SqlCacheDependencyDatabaseCollection.cs
- HasCopySemanticsAttribute.cs
- X509ChainPolicy.cs
- StackSpiller.Temps.cs
- MatrixAnimationUsingKeyFrames.cs
- DataGridViewButtonCell.cs
- CreateUserWizardStep.cs
- SqlBulkCopyColumnMappingCollection.cs
- PolicyException.cs
- Compiler.cs
- BamlVersionHeader.cs
- EventHandlers.cs
- DbSetClause.cs
- ParentQuery.cs
- ToolBarButtonClickEvent.cs
- GraphicsContext.cs
- TreeNodeStyleCollection.cs
- LookupNode.cs
- ResourceReferenceExpression.cs
- HttpHandlersSection.cs
- BinaryObjectWriter.cs
- StylusTip.cs
- RequestCache.cs
- ScrollBarRenderer.cs
- WindowInteropHelper.cs
- DesignerLoader.cs
- FreezableDefaultValueFactory.cs
- ObjectSecurity.cs
- PageAsyncTask.cs
- Event.cs
- FixedStringLookup.cs
- SoapCodeExporter.cs
- MenuItem.cs
- TypeElementCollection.cs
- CellLabel.cs
- FontFamily.cs
- OuterGlowBitmapEffect.cs
- TemplateManager.cs
- ProtocolInformationWriter.cs
- InvalidContentTypeException.cs
- MediaTimeline.cs
- _WebProxyDataBuilder.cs
- CompositionTarget.cs
- X509SecurityToken.cs
- ContractType.cs
- COSERVERINFO.cs
- XpsFixedPageReaderWriter.cs
- WebPartDisplayMode.cs
- TextTreeNode.cs
- TargetParameterCountException.cs
- SecurityHelper.cs
- EntityDataSourceContextDisposingEventArgs.cs
- EncryptedData.cs
- XmlSchemaDocumentation.cs
- WorkflowPersistenceContext.cs
- COM2ExtendedTypeConverter.cs
- MatrixAnimationBase.cs
- MatrixAnimationBase.cs
- CompositeDataBoundControl.cs
- BidirectionalDictionary.cs