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
- ContentControl.cs
- XPathCompileException.cs
- SystemColors.cs
- _HeaderInfoTable.cs
- CallTemplateAction.cs
- SspiHelper.cs
- ScriptComponentDescriptor.cs
- Subtree.cs
- SystemIPGlobalProperties.cs
- SourceSwitch.cs
- ScriptReference.cs
- TdsParserSafeHandles.cs
- CFStream.cs
- HwndKeyboardInputProvider.cs
- SafeViewOfFileHandle.cs
- safemediahandle.cs
- ObjRef.cs
- TrustLevel.cs
- ADMembershipUser.cs
- PartBasedPackageProperties.cs
- Camera.cs
- ToolStripItemDesigner.cs
- IncrementalCompileAnalyzer.cs
- filewebresponse.cs
- SSmlParser.cs
- XhtmlBasicPageAdapter.cs
- ProtocolsConfiguration.cs
- DuplicateContext.cs
- SecurityKeyType.cs
- WorkflowOwnershipException.cs
- HtmlInputFile.cs
- BulletedList.cs
- XPathAncestorQuery.cs
- FormatConvertedBitmap.cs
- Lasso.cs
- SamlSubjectStatement.cs
- DynamicRenderer.cs
- ApplicationActivator.cs
- PeerToPeerException.cs
- FieldMetadata.cs
- DesignerSerializationOptionsAttribute.cs
- MeasureItemEvent.cs
- DesignSurfaceCollection.cs
- ObjectQueryState.cs
- RuntimeIdentifierPropertyAttribute.cs
- EdmFunction.cs
- Font.cs
- ToolStripItemBehavior.cs
- ToolStripPanelCell.cs
- StringConcat.cs
- ProtocolsConfigurationHandler.cs
- CoreChannel.cs
- RequestTimeoutManager.cs
- DbConnectionInternal.cs
- ListViewItemMouseHoverEvent.cs
- FlowLayoutSettings.cs
- StorageModelBuildProvider.cs
- Select.cs
- SliderAutomationPeer.cs
- CqlErrorHelper.cs
- DictionarySectionHandler.cs
- FilteredReadOnlyMetadataCollection.cs
- ManipulationStartedEventArgs.cs
- EventProxy.cs
- PropertyEntry.cs
- ToolStrip.cs
- ZoomPercentageConverter.cs
- FastPropertyAccessor.cs
- StsCommunicationException.cs
- TraversalRequest.cs
- DataGridCellsPresenter.cs
- DependencyPropertyDescriptor.cs
- DispatcherHooks.cs
- MulticastDelegate.cs
- AttributeCollection.cs
- DataListGeneralPage.cs
- IgnoreDataMemberAttribute.cs
- ContractAdapter.cs
- WindowsFont.cs
- DrawingDrawingContext.cs
- SqlUserDefinedAggregateAttribute.cs
- XmlSequenceWriter.cs
- ObjectQueryState.cs
- sqlinternaltransaction.cs
- SqlDataRecord.cs
- SQLGuid.cs
- TypeTypeConverter.cs
- IDReferencePropertyAttribute.cs
- NeutralResourcesLanguageAttribute.cs
- TraceFilter.cs
- SqlUserDefinedTypeAttribute.cs
- SmiConnection.cs
- TextServicesLoader.cs
- MessageVersion.cs
- WebChannelFactory.cs
- FontNamesConverter.cs
- DBPropSet.cs
- InvalidTimeZoneException.cs
- ImplicitInputBrush.cs
- SerializationUtility.cs