Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / ComponentModel / Design / ComponentChangedEvent.cs / 1 / ComponentChangedEvent.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 ComponentChangedEventArgs : EventArgs { private object component; private MemberDescriptor member; private object oldValue; private object newValue; ///Provides data for the ///event. /// public object Component { get { return component; } } ////// Gets or sets the component that is the cause of this event. /// ////// public MemberDescriptor Member { get { return member; } } ////// Gets or sets the member that is about to change. /// ////// public object NewValue { get { return newValue; } } ////// Gets or sets the new value of the changed member. /// ////// public object OldValue { get { return oldValue; } } ////// Gets or sets the old value of the changed member. /// ////// public ComponentChangedEventArgs(object component, MemberDescriptor member, object oldValue, object newValue) { this.component = component; this.member = member; this.oldValue = oldValue; this.newValue = newValue; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Initializes a new instance of the ///class. // 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 ComponentChangedEventArgs : EventArgs { private object component; private MemberDescriptor member; private object oldValue; private object newValue; ///Provides data for the ///event. /// public object Component { get { return component; } } ////// Gets or sets the component that is the cause of this event. /// ////// public MemberDescriptor Member { get { return member; } } ////// Gets or sets the member that is about to change. /// ////// public object NewValue { get { return newValue; } } ////// Gets or sets the new value of the changed member. /// ////// public object OldValue { get { return oldValue; } } ////// Gets or sets the old value of the changed member. /// ////// public ComponentChangedEventArgs(object component, MemberDescriptor member, object oldValue, object newValue) { this.component = component; this.member = member; this.oldValue = oldValue; this.newValue = newValue; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Initializes a new instance of the ///class.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DateTimeOffset.cs
- SqlProfileProvider.cs
- ImageMap.cs
- AnnotationComponentChooser.cs
- DefaultTraceListener.cs
- hebrewshape.cs
- CodeSubDirectory.cs
- PreApplicationStartMethodAttribute.cs
- TimeManager.cs
- CustomAttribute.cs
- DbConnectionStringCommon.cs
- EventSetter.cs
- ControlIdConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- ImageInfo.cs
- SQlBooleanStorage.cs
- FatalException.cs
- MasterPage.cs
- SqlBuffer.cs
- CookieHandler.cs
- PixelShader.cs
- CreateUserWizardDesigner.cs
- AssemblyHash.cs
- UnionCqlBlock.cs
- QilXmlReader.cs
- DesignTimeVisibleAttribute.cs
- ProcessMessagesAsyncResult.cs
- PointCollection.cs
- SmiRecordBuffer.cs
- UnsafeNativeMethods.cs
- DataReaderContainer.cs
- TemplateBaseAction.cs
- DataGridCommandEventArgs.cs
- Memoizer.cs
- ExtenderControl.cs
- NodeLabelEditEvent.cs
- QueryableDataSource.cs
- HttpHandlerActionCollection.cs
- MeasureItemEvent.cs
- FamilyMap.cs
- BitmapEffectDrawingContextWalker.cs
- OleDbPropertySetGuid.cs
- DateTimeOffsetConverter.cs
- ImportRequest.cs
- HttpCookie.cs
- CroppedBitmap.cs
- VSWCFServiceContractGenerator.cs
- PhonemeConverter.cs
- XmlReaderSettings.cs
- ErrorEventArgs.cs
- SqlNodeAnnotations.cs
- RestHandler.cs
- XmlSerializerAssemblyAttribute.cs
- VectorAnimationUsingKeyFrames.cs
- PrivateFontCollection.cs
- ListView.cs
- RegistrySecurity.cs
- XmlCountingReader.cs
- ExceptionHelpers.cs
- StorageAssociationSetMapping.cs
- XLinq.cs
- PlatformNotSupportedException.cs
- TypeReference.cs
- BasicExpandProvider.cs
- SoapSchemaMember.cs
- ImageFormatConverter.cs
- DateTime.cs
- ZipIOExtraFieldZip64Element.cs
- RoleGroup.cs
- BinaryFormatter.cs
- HostProtectionPermission.cs
- PersistenceException.cs
- ToolStripSplitButton.cs
- UIPropertyMetadata.cs
- LOSFormatter.cs
- IUnknownConstantAttribute.cs
- PersonalizableTypeEntry.cs
- WindowHideOrCloseTracker.cs
- GuidelineCollection.cs
- WebSysDisplayNameAttribute.cs
- DefaultPropertyAttribute.cs
- FtpWebResponse.cs
- PreProcessInputEventArgs.cs
- Parameter.cs
- CodeCatchClauseCollection.cs
- XmlSchemaElement.cs
- LinearGradientBrush.cs
- System.Data_BID.cs
- IntegrationExceptionEventArgs.cs
- ManipulationDeltaEventArgs.cs
- TreeViewItemAutomationPeer.cs
- Globals.cs
- Vector3DKeyFrameCollection.cs
- DataTemplateKey.cs
- XmlStreamNodeWriter.cs
- AccessorTable.cs
- CommonGetThemePartSize.cs
- AccessedThroughPropertyAttribute.cs
- BoolLiteral.cs
- ExtenderControl.cs