Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / Design / ComponentEvent.cs / 1 / 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; } } }/// 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
- ThreadExceptionDialog.cs
- WindowsIdentity.cs
- XhtmlConformanceSection.cs
- COM2ExtendedUITypeEditor.cs
- Content.cs
- SettingsAttributeDictionary.cs
- UseAttributeSetsAction.cs
- ExpandedWrapper.cs
- DataControlCommands.cs
- ConditionalWeakTable.cs
- ObservableCollectionDefaultValueFactory.cs
- CmsUtils.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DataGridViewColumnStateChangedEventArgs.cs
- ErrorFormatterPage.cs
- HandoffBehavior.cs
- IChannel.cs
- SqlXml.cs
- ZipIOBlockManager.cs
- RegexReplacement.cs
- RedBlackList.cs
- DataGridViewCellMouseEventArgs.cs
- controlskin.cs
- PerfCounters.cs
- HttpSessionStateBase.cs
- CqlErrorHelper.cs
- WebControlParameterProxy.cs
- SQLConvert.cs
- TextViewSelectionProcessor.cs
- Bind.cs
- GridViewColumnHeader.cs
- MulticastDelegate.cs
- RequestContext.cs
- SurrogateEncoder.cs
- Misc.cs
- Grammar.cs
- CodeCatchClauseCollection.cs
- GZipStream.cs
- XPathArrayIterator.cs
- WebPartConnection.cs
- util.cs
- WindowsFormsLinkLabel.cs
- ValueProviderWrapper.cs
- HandleCollector.cs
- AlignmentXValidation.cs
- BufferedMessageWriter.cs
- TabletCollection.cs
- util.cs
- DateTimeConverter.cs
- FontStretches.cs
- PropertyIdentifier.cs
- ExtensibleSyndicationObject.cs
- XPathNavigator.cs
- JoinCqlBlock.cs
- DispatchChannelSink.cs
- TransformCryptoHandle.cs
- DoubleAnimationUsingKeyFrames.cs
- AuthenticationManager.cs
- Misc.cs
- AccessDataSource.cs
- StackSpiller.Temps.cs
- BamlTreeNode.cs
- TabControl.cs
- SqlProvider.cs
- ExpressionVisitor.cs
- ExtenderProviderService.cs
- HttpServerVarsCollection.cs
- Control.cs
- TypeExtensionConverter.cs
- MatrixStack.cs
- DataExpression.cs
- ListViewItem.cs
- IntSecurity.cs
- DependencyObjectType.cs
- DateTimeValueSerializer.cs
- webeventbuffer.cs
- StartUpEventArgs.cs
- ByteStack.cs
- RealProxy.cs
- BitSet.cs
- Point.cs
- Math.cs
- InfoCardSchemas.cs
- BaseDataBoundControl.cs
- BamlBinaryReader.cs
- ListViewAutomationPeer.cs
- DbProviderFactories.cs
- WindowsRichEditRange.cs
- ComboBox.cs
- GridViewCommandEventArgs.cs
- FileLogRecordStream.cs
- IWorkflowDebuggerService.cs
- XmlSchemaComplexContentRestriction.cs
- OrderByExpression.cs
- _SafeNetHandles.cs
- TdsParserSafeHandles.cs
- HashMembershipCondition.cs
- LogWriteRestartAreaState.cs
- ListParaClient.cs
- ConstraintConverter.cs