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
- WinEventWrap.cs
- RootProfilePropertySettingsCollection.cs
- BindingExpression.cs
- AudioFormatConverter.cs
- FormViewUpdatedEventArgs.cs
- StrokeDescriptor.cs
- WorkflowTimerService.cs
- VisualTarget.cs
- EventInfo.cs
- SQLMembershipProvider.cs
- WebServiceClientProxyGenerator.cs
- FilterableAttribute.cs
- ConditionCollection.cs
- RequestContext.cs
- SizeAnimation.cs
- EntitySqlException.cs
- HttpCookieCollection.cs
- ResolveNameEventArgs.cs
- PreviewPageInfo.cs
- __Error.cs
- FrameworkPropertyMetadata.cs
- BuildProviderCollection.cs
- ProviderIncompatibleException.cs
- CreateUserWizard.cs
- TextServicesCompartmentContext.cs
- CheckedPointers.cs
- DataGridViewSelectedRowCollection.cs
- GenericAuthenticationEventArgs.cs
- ScrollProperties.cs
- Hex.cs
- MetadataPropertyCollection.cs
- ConsoleEntryPoint.cs
- NamespaceList.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ImageIndexConverter.cs
- Label.cs
- LinkedResource.cs
- RequiredAttributeAttribute.cs
- XmlMembersMapping.cs
- ThreadAbortException.cs
- ScrollBarRenderer.cs
- XamlSerializationHelper.cs
- StorageConditionPropertyMapping.cs
- CustomLineCap.cs
- AuthenticationModulesSection.cs
- SecurityUtils.cs
- ByteViewer.cs
- Number.cs
- SectionInformation.cs
- Span.cs
- GlyphShapingProperties.cs
- HwndHostAutomationPeer.cs
- DispatcherExceptionFilterEventArgs.cs
- Point.cs
- DesignerAdapterUtil.cs
- UnsafeNativeMethods.cs
- DescendantBaseQuery.cs
- CachingHintValidation.cs
- ObjectViewQueryResultData.cs
- TypeBuilderInstantiation.cs
- FigureHelper.cs
- NameObjectCollectionBase.cs
- ErrorWrapper.cs
- ImageSourceConverter.cs
- SHA384Managed.cs
- SqlDataSourceDesigner.cs
- LinkedResourceCollection.cs
- OracleParameterBinding.cs
- CharacterHit.cs
- ReaderContextStackData.cs
- CallbackHandler.cs
- ApplicationGesture.cs
- AdornedElementPlaceholder.cs
- SystemColors.cs
- TextBoxAutoCompleteSourceConverter.cs
- RuntimeHelpers.cs
- SimpleType.cs
- RSAPKCS1SignatureFormatter.cs
- ObjectDataSourceWizardForm.cs
- IdentityNotMappedException.cs
- DataMisalignedException.cs
- SQLBinary.cs
- CodeAssignStatement.cs
- RoleService.cs
- ResourceAssociationSet.cs
- TrackingParticipant.cs
- ReadOnlyAttribute.cs
- SharedPersonalizationStateInfo.cs
- SystemSounds.cs
- Stylus.cs
- IgnoreFileBuildProvider.cs
- ContainerSelectorActiveEvent.cs
- WebExceptionStatus.cs
- UnsafeNativeMethodsTablet.cs
- InputDevice.cs
- PropagationProtocolsTracing.cs
- SqlInternalConnectionTds.cs
- ISAPIRuntime.cs
- ScriptRef.cs
- TraceData.cs