Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / Design / ComponentChangingEvent.cs / 1 / ComponentChangingEvent.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.LinkDemand, Name="FullTrust")] public sealed class ComponentChangingEventArgs : EventArgs { private object component; private MemberDescriptor member; ///Provides data for the ///event. /// public object Component { get { return component; } } ////// Gets or sets the component that is being changed or that is the parent container of the member being changed. /// ////// public MemberDescriptor Member { get { return member; } } ////// Gets or sets the member of the component that is about to be changed. /// ////// public ComponentChangingEventArgs(object component, MemberDescriptor member) { this.component = component; this.member = member; } } }/// Initializes a new instance of the ///class. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProcessModelInfo.cs
- HtmlFormWrapper.cs
- DataChangedEventManager.cs
- entityreference_tresulttype.cs
- CodeIdentifiers.cs
- StringArrayConverter.cs
- SelectionEditingBehavior.cs
- Debugger.cs
- TableStyle.cs
- FileCodeGroup.cs
- Compress.cs
- TransactionTraceIdentifier.cs
- MenuScrollingVisibilityConverter.cs
- SafeNativeMethodsMilCoreApi.cs
- XmlSchemaValidationException.cs
- AccessDataSourceView.cs
- ValidatedControlConverter.cs
- Point3DAnimationBase.cs
- TraceFilter.cs
- Attributes.cs
- DecimalStorage.cs
- OnOperation.cs
- IntSecurity.cs
- SQLByte.cs
- ExtensionsSection.cs
- ContourSegment.cs
- WebPartConnectionsCancelEventArgs.cs
- TerminatorSinks.cs
- ISessionStateStore.cs
- XmlBinaryWriterSession.cs
- MemoryPressure.cs
- XNodeNavigator.cs
- DbProviderFactoriesConfigurationHandler.cs
- ByteStream.cs
- HttpWriter.cs
- XmlBinaryReader.cs
- GridViewSelectEventArgs.cs
- ImmutablePropertyDescriptorGridEntry.cs
- GACIdentityPermission.cs
- IImplicitResourceProvider.cs
- QuaternionKeyFrameCollection.cs
- XhtmlTextWriter.cs
- XmlAttributes.cs
- UrlAuthorizationModule.cs
- XmlSchemaRedefine.cs
- EmptyEnumerator.cs
- WebPartDisplayModeCancelEventArgs.cs
- ToolStripDropDownButton.cs
- Certificate.cs
- PointIndependentAnimationStorage.cs
- NumericUpDown.cs
- ExternalDataExchangeService.cs
- XmlUtf8RawTextWriter.cs
- ConsoleKeyInfo.cs
- WaitHandleCannotBeOpenedException.cs
- PtsHelper.cs
- ExcCanonicalXml.cs
- SoapSchemaImporter.cs
- DataBindingCollection.cs
- DocumentApplicationJournalEntry.cs
- CodeTypeDeclarationCollection.cs
- StorageEntityTypeMapping.cs
- CustomAttributeFormatException.cs
- CaseInsensitiveOrdinalStringComparer.cs
- X509Extension.cs
- ImageConverter.cs
- ClassGenerator.cs
- CellLabel.cs
- HighlightComponent.cs
- CodeActivityContext.cs
- SemaphoreSecurity.cs
- ExpressionBindingCollection.cs
- SqlClientMetaDataCollectionNames.cs
- AttachmentService.cs
- XmlHierarchicalDataSourceView.cs
- ColumnMapProcessor.cs
- MsmqIntegrationSecurity.cs
- GenericUriParser.cs
- TdsRecordBufferSetter.cs
- PropertyInformationCollection.cs
- KeyEvent.cs
- XmlSchemaGroupRef.cs
- ConvertTextFrag.cs
- Facet.cs
- DocumentViewerAutomationPeer.cs
- PerformanceCounterCategory.cs
- DoubleLinkListEnumerator.cs
- MTConfigUtil.cs
- CqlLexer.cs
- EntityCommandDefinition.cs
- GeometryGroup.cs
- Timer.cs
- GeneralTransformGroup.cs
- GACIdentityPermission.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DbCommandTree.cs
- bidPrivateBase.cs
- DataDocumentXPathNavigator.cs
- Codec.cs
- SamlAuthenticationClaimResource.cs