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
- basemetadatamappingvisitor.cs
- IsolationInterop.cs
- NamedPipeConnectionPoolSettingsElement.cs
- Currency.cs
- GridViewRowCollection.cs
- RelationshipDetailsCollection.cs
- EntityEntry.cs
- TextHintingModeValidation.cs
- XmlEventCache.cs
- IWorkflowDebuggerService.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- MatrixCamera.cs
- DynamicPropertyHolder.cs
- EncodingInfo.cs
- UnsafeNativeMethodsTablet.cs
- HtmlShim.cs
- TraceXPathNavigator.cs
- ObjRef.cs
- Quad.cs
- IsolatedStorageFileStream.cs
- ServiceNotStartedException.cs
- KnownBoxes.cs
- WebServiceData.cs
- CryptoConfig.cs
- GroupLabel.cs
- Stopwatch.cs
- RubberbandSelector.cs
- Parameter.cs
- WebPartVerb.cs
- BamlResourceSerializer.cs
- AvTraceFormat.cs
- CapabilitiesPattern.cs
- _ConnectionGroup.cs
- FixedDocumentSequencePaginator.cs
- BidOverLoads.cs
- BitmapEffectvisualstate.cs
- ImplicitInputBrush.cs
- UndirectedGraph.cs
- InputDevice.cs
- BufferedGenericXmlSecurityToken.cs
- DesignTimeVisibleAttribute.cs
- CallSiteBinder.cs
- Calendar.cs
- AnimationClockResource.cs
- StickyNote.cs
- BindingNavigatorDesigner.cs
- ElapsedEventArgs.cs
- UserNameSecurityTokenProvider.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- BulletDecorator.cs
- PublisherIdentityPermission.cs
- WSTransactionSection.cs
- TextContainerHelper.cs
- PolicyException.cs
- DependencyPropertyKey.cs
- DependencyPropertyConverter.cs
- ComboBoxRenderer.cs
- LambdaCompiler.Expressions.cs
- XamlParser.cs
- DataGrid.cs
- ListBindingHelper.cs
- MD5CryptoServiceProvider.cs
- ButtonChrome.cs
- AgileSafeNativeMemoryHandle.cs
- DoubleLinkListEnumerator.cs
- StretchValidation.cs
- SqlRetyper.cs
- NativeMethods.cs
- GraphicsPathIterator.cs
- ClrProviderManifest.cs
- RegexGroupCollection.cs
- GCHandleCookieTable.cs
- User.cs
- ActionFrame.cs
- TrustLevel.cs
- WebPermission.cs
- Ops.cs
- ping.cs
- EventSinkHelperWriter.cs
- BasicExpressionVisitor.cs
- CustomGrammar.cs
- Track.cs
- DirectionalLight.cs
- DataKey.cs
- ReferenceSchema.cs
- ExpressionBuilderContext.cs
- RoleServiceManager.cs
- TransformProviderWrapper.cs
- Line.cs
- ReachDocumentReferenceSerializerAsync.cs
- DropShadowEffect.cs
- TableStyle.cs
- AmbientProperties.cs
- SerializerProvider.cs
- COM2PropertyPageUITypeConverter.cs
- XmlSchemaSimpleContentExtension.cs
- RuntimeWrappedException.cs
- WindowsToolbarItemAsMenuItem.cs
- Page.cs
- EventHandlersStore.cs