Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } // 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 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; } } } // 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
- Parameter.cs
- MenuItemStyle.cs
- ConfigurationLocation.cs
- SafeMILHandleMemoryPressure.cs
- Comparer.cs
- EmptyImpersonationContext.cs
- GlobalItem.cs
- XPathExpr.cs
- CroppedBitmap.cs
- PerformanceCounterPermissionEntry.cs
- Brush.cs
- AttributeConverter.cs
- BamlRecordReader.cs
- QueryTask.cs
- CaretElement.cs
- CodeDomLocalizationProvider.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- ColorTranslator.cs
- X500Name.cs
- Track.cs
- COM2ColorConverter.cs
- InstancePersistenceCommand.cs
- FormsIdentity.cs
- ReadOnlyDictionary.cs
- EntityDataSourceMemberPath.cs
- DbProviderFactories.cs
- XMLUtil.cs
- Select.cs
- GlyphRunDrawing.cs
- ConcatQueryOperator.cs
- TextContainerChangeEventArgs.cs
- WebPartUserCapability.cs
- StatusBarPanelClickEvent.cs
- Form.cs
- XmlAttribute.cs
- FramingEncoders.cs
- ProcessHostServerConfig.cs
- ExportOptions.cs
- EventMap.cs
- InlineObject.cs
- ContextMarshalException.cs
- DetailsView.cs
- RewritingValidator.cs
- DependencyPropertyKey.cs
- GetMemberBinder.cs
- CodeAttributeArgument.cs
- SqlHelper.cs
- ProviderConnectionPoint.cs
- SeekStoryboard.cs
- FontInfo.cs
- QuaternionIndependentAnimationStorage.cs
- NullExtension.cs
- ExpressionPrefixAttribute.cs
- Label.cs
- RuntimeTransactionHandle.cs
- CharConverter.cs
- SqlConnectionString.cs
- XmlAttributeCache.cs
- QuaternionAnimation.cs
- DrawingServices.cs
- ExpressionWriter.cs
- NativeMethods.cs
- QueryableDataSourceEditData.cs
- MetadataArtifactLoaderCompositeFile.cs
- Cursor.cs
- WinFormsSecurity.cs
- Memoizer.cs
- MenuCommandsChangedEventArgs.cs
- Debug.cs
- PathSegmentCollection.cs
- EmptyStringExpandableObjectConverter.cs
- PreservationFileReader.cs
- DateTimeUtil.cs
- SettingsPropertyWrongTypeException.cs
- iisPickupDirectory.cs
- TableLayoutColumnStyleCollection.cs
- PrintPreviewControl.cs
- InstancePersistenceException.cs
- DataColumnChangeEvent.cs
- CommonObjectSecurity.cs
- Soap.cs
- XmlSchemaComplexContentRestriction.cs
- WebProxyScriptElement.cs
- _HTTPDateParse.cs
- PathStreamGeometryContext.cs
- ToolZone.cs
- AnnotationComponentManager.cs
- XComponentModel.cs
- Int32.cs
- ReferenceConverter.cs
- HandleCollector.cs
- SettingsPropertyCollection.cs
- SBCSCodePageEncoding.cs
- InputLanguageEventArgs.cs
- DataStreams.cs
- AssemblyBuilder.cs
- TextFormatterHost.cs
- EditorPartCollection.cs
- WorkflowDesigner.cs
- GiveFeedbackEventArgs.cs