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
- ServicesUtilities.cs
- ValueChangedEventManager.cs
- NotifyParentPropertyAttribute.cs
- CloudCollection.cs
- ItemList.cs
- TrackingProfileCache.cs
- EditorZone.cs
- PersistenceMetadataNamespace.cs
- nulltextcontainer.cs
- DataObjectCopyingEventArgs.cs
- MatrixAnimationUsingKeyFrames.cs
- ExpandedWrapper.cs
- EncoderExceptionFallback.cs
- _SecureChannel.cs
- DetailsViewDeletedEventArgs.cs
- PersistenceException.cs
- DownloadProgressEventArgs.cs
- MobileUserControlDesigner.cs
- safemediahandle.cs
- CustomWebEventKey.cs
- AuthorizationSection.cs
- Accessors.cs
- DeadCharTextComposition.cs
- AppearanceEditorPart.cs
- InkCollectionBehavior.cs
- Int16Animation.cs
- EncoderParameter.cs
- OlePropertyStructs.cs
- UnitySerializationHolder.cs
- XmlParser.cs
- PartialClassGenerationTaskInternal.cs
- OledbConnectionStringbuilder.cs
- DecimalMinMaxAggregationOperator.cs
- CatalogPart.cs
- LabelTarget.cs
- Walker.cs
- KeyConverter.cs
- MethodInfo.cs
- VirtualizedCellInfoCollection.cs
- FixedSOMElement.cs
- ImageIndexConverter.cs
- EdmToObjectNamespaceMap.cs
- ConfigUtil.cs
- ZipIOBlockManager.cs
- LinkedResource.cs
- ExpressionBuilder.cs
- CodeMemberField.cs
- RecipientInfo.cs
- SmtpReplyReader.cs
- safelinkcollection.cs
- FocusWithinProperty.cs
- WhitespaceRuleReader.cs
- ListDictionary.cs
- QueryOptionExpression.cs
- Mouse.cs
- DataBindingValueUIHandler.cs
- DbProviderFactory.cs
- NonVisualControlAttribute.cs
- HotCommands.cs
- DataObjectMethodAttribute.cs
- TransformValueSerializer.cs
- RawStylusInput.cs
- PrintPreviewDialog.cs
- RequestTimeoutManager.cs
- DataGridViewCellFormattingEventArgs.cs
- RelationshipType.cs
- WebBrowsableAttribute.cs
- SecurityContextTokenValidationException.cs
- NetworkInformationException.cs
- ImageCollectionCodeDomSerializer.cs
- StatusBarDrawItemEvent.cs
- ForceCopyBuildProvider.cs
- StorageModelBuildProvider.cs
- EmptyStringExpandableObjectConverter.cs
- Positioning.cs
- EncryptedKeyIdentifierClause.cs
- ConnectionPoolManager.cs
- XmlSchemaRedefine.cs
- LogEntry.cs
- BmpBitmapEncoder.cs
- DATA_BLOB.cs
- HtmlInputReset.cs
- XomlCompilerResults.cs
- InlineObject.cs
- EntityFunctions.cs
- ConfigXmlText.cs
- DelayedRegex.cs
- SafeRightsManagementSessionHandle.cs
- MediaCommands.cs
- Model3DCollection.cs
- StylusShape.cs
- RuntimeConfig.cs
- ConfigurationValues.cs
- HttpRuntime.cs
- querybuilder.cs
- CustomError.cs
- ReverseInheritProperty.cs
- IndentTextWriter.cs
- NamedPipeWorkerProcess.cs
- DataViewSetting.cs