Code:
/ FX-1434 / FX-1434 / 1.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
- ReadOnlyHierarchicalDataSource.cs
- MimeWriter.cs
- SqlInternalConnection.cs
- GridViewCancelEditEventArgs.cs
- SqlDataSourceView.cs
- TextTreeInsertElementUndoUnit.cs
- PeerApplicationLaunchInfo.cs
- NonParentingControl.cs
- PersonalizationProvider.cs
- TypeToken.cs
- CodeCastExpression.cs
- TraceSource.cs
- X509Certificate.cs
- VectorConverter.cs
- GcSettings.cs
- RawStylusSystemGestureInputReport.cs
- RTLAwareMessageBox.cs
- ParallelTimeline.cs
- SqlConnectionString.cs
- XmlTextReaderImplHelpers.cs
- BasicViewGenerator.cs
- RectangleConverter.cs
- AssociationSetEnd.cs
- FixedSOMPageConstructor.cs
- CriticalHandle.cs
- Model3DGroup.cs
- ServiceInstanceProvider.cs
- BaseTemplateParser.cs
- SplineKeyFrames.cs
- Parser.cs
- XmlSchemaSubstitutionGroup.cs
- DataGridTextBox.cs
- JoinSymbol.cs
- UpDownBase.cs
- Span.cs
- xmlglyphRunInfo.cs
- ListViewItemEventArgs.cs
- TypeUsage.cs
- TextParagraphProperties.cs
- PenThreadPool.cs
- SHA1CryptoServiceProvider.cs
- SEHException.cs
- HostingEnvironmentWrapper.cs
- WorkflowPersistenceService.cs
- GeneralTransform3DGroup.cs
- Completion.cs
- HtmlInputCheckBox.cs
- HandlerBase.cs
- ProvideValueServiceProvider.cs
- MaskedTextBoxDesignerActionList.cs
- TrustSection.cs
- MimeMultiPart.cs
- Figure.cs
- UIElementAutomationPeer.cs
- NetMsmqBindingCollectionElement.cs
- JsonDeserializer.cs
- AlignmentYValidation.cs
- UserInitiatedRoutedEventPermission.cs
- JoinTreeNode.cs
- SecurityRuntime.cs
- ContentElementCollection.cs
- JournalEntryStack.cs
- Highlights.cs
- Mutex.cs
- SqlClientMetaDataCollectionNames.cs
- PersonalizableTypeEntry.cs
- _DisconnectOverlappedAsyncResult.cs
- Visual3DCollection.cs
- ConfigXmlCDataSection.cs
- FrugalMap.cs
- SqlDependencyListener.cs
- OleDbDataReader.cs
- MissingMemberException.cs
- MissingSatelliteAssemblyException.cs
- Bitmap.cs
- CodeNamespaceImport.cs
- XmlDataCollection.cs
- HttpHandlersSection.cs
- InkCanvas.cs
- ArrayItemReference.cs
- SortDescription.cs
- SiteMap.cs
- QilCloneVisitor.cs
- ExpressionStringBuilder.cs
- ByteAnimation.cs
- UniqueTransportManagerRegistration.cs
- MappingItemCollection.cs
- TextHintingModeValidation.cs
- cookiecollection.cs
- SerializableAttribute.cs
- NumberSubstitution.cs
- IgnoreDataMemberAttribute.cs
- UriTemplateEquivalenceComparer.cs
- Point4D.cs
- OutputCacheSection.cs
- CqlWriter.cs
- UnsafeNativeMethodsCLR.cs
- DelegateBodyWriter.cs
- Int32RectValueSerializer.cs
- RenderCapability.cs