Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / Design / ComponentChangingEvent.cs / 1305376 / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _AutoWebProxyScriptHelper.cs
- TdsParserHelperClasses.cs
- UnmanagedBitmapWrapper.cs
- SimpleWebHandlerParser.cs
- ClrPerspective.cs
- PassportAuthenticationModule.cs
- ImageAnimator.cs
- IConvertible.cs
- OleDbPropertySetGuid.cs
- QueryExpr.cs
- HttpCapabilitiesSectionHandler.cs
- ApplicationInterop.cs
- CriticalExceptions.cs
- HttpClientCertificate.cs
- FontFaceLayoutInfo.cs
- EditorPart.cs
- DataBindingCollection.cs
- SqlTopReducer.cs
- EnumValAlphaComparer.cs
- SoapProtocolReflector.cs
- WindowsBrush.cs
- AdCreatedEventArgs.cs
- SQLBoolean.cs
- SynchronizationLockException.cs
- NotifyIcon.cs
- MsmqHostedTransportManager.cs
- InstanceKeyView.cs
- CustomValidator.cs
- TrackingProfileDeserializationException.cs
- AuthorizationRuleCollection.cs
- DrawListViewColumnHeaderEventArgs.cs
- WebProxyScriptElement.cs
- DataControlCommands.cs
- DataGridViewCellLinkedList.cs
- ReservationCollection.cs
- Utilities.cs
- SiteMembershipCondition.cs
- SingleConverter.cs
- ValidationError.cs
- CodeDomSerializerException.cs
- WebPartManager.cs
- HttpConfigurationSystem.cs
- BindingCompleteEventArgs.cs
- NativeMethods.cs
- PingOptions.cs
- ColorKeyFrameCollection.cs
- ExitEventArgs.cs
- AxWrapperGen.cs
- IdnMapping.cs
- Camera.cs
- RadioButtonFlatAdapter.cs
- GacUtil.cs
- BindingsCollection.cs
- TableLayoutPanelCellPosition.cs
- DataGridViewCellValidatingEventArgs.cs
- FlowLayout.cs
- PolyQuadraticBezierSegment.cs
- Parameter.cs
- FullTrustAssembliesSection.cs
- BaseAsyncResult.cs
- SqlDependency.cs
- ResourceDefaultValueAttribute.cs
- LocalIdKeyIdentifierClause.cs
- DelegatingConfigHost.cs
- ScriptReferenceEventArgs.cs
- Aggregates.cs
- DomNameTable.cs
- OleStrCAMarshaler.cs
- WmlPageAdapter.cs
- securestring.cs
- PageBuildProvider.cs
- ISFClipboardData.cs
- RoleManagerModule.cs
- WSHttpBindingCollectionElement.cs
- WrapPanel.cs
- ToolStripDropDownClosingEventArgs.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- MatrixTransform.cs
- XPathExpr.cs
- Normalization.cs
- RemoteHelper.cs
- CodeDelegateInvokeExpression.cs
- ResXBuildProvider.cs
- CodeDefaultValueExpression.cs
- ServiceOperationDetailViewControl.cs
- RuleSettings.cs
- XmlSchemaSimpleTypeList.cs
- ZipIOCentralDirectoryBlock.cs
- WizardStepCollectionEditor.cs
- CodeArrayCreateExpression.cs
- MenuItemStyleCollection.cs
- XmlNodeChangedEventArgs.cs
- ShaderRenderModeValidation.cs
- QualifiedId.cs
- WebOperationContext.cs
- PeerEndPoint.cs
- ActionFrame.cs
- PipelineModuleStepContainer.cs
- SafeReversePInvokeHandle.cs
- BaseDataList.cs