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
- ControlParameter.cs
- OpenTypeLayout.cs
- CodeActivityMetadata.cs
- ButtonRenderer.cs
- IFormattable.cs
- StandardBindingReliableSessionElement.cs
- IdentitySection.cs
- WebRequestModuleElement.cs
- JapaneseLunisolarCalendar.cs
- TokenizerHelper.cs
- ProviderUtil.cs
- x509utils.cs
- DataGridViewRowCancelEventArgs.cs
- FontClient.cs
- InputMethodStateChangeEventArgs.cs
- Point3DAnimationBase.cs
- SecurityCapabilities.cs
- ButtonField.cs
- SqlCaseSimplifier.cs
- DmlSqlGenerator.cs
- HeaderUtility.cs
- ScrollData.cs
- SamlAssertion.cs
- Overlapped.cs
- UrlPath.cs
- DetailsViewDeletedEventArgs.cs
- RankException.cs
- AttributeQuery.cs
- PriorityChain.cs
- hwndwrapper.cs
- SQLDateTimeStorage.cs
- _DisconnectOverlappedAsyncResult.cs
- XmlSchemaElement.cs
- WebPartEditVerb.cs
- MediaTimeline.cs
- XsdDuration.cs
- FastEncoderWindow.cs
- SystemIcmpV6Statistics.cs
- Assert.cs
- CryptoSession.cs
- PropertyChangeTracker.cs
- RawStylusSystemGestureInputReport.cs
- TextSpanModifier.cs
- ColorEditor.cs
- Duration.cs
- DataGridViewCheckBoxCell.cs
- ExpressionBuilderContext.cs
- TextParaClient.cs
- IteratorAsyncResult.cs
- SqlClientWrapperSmiStreamChars.cs
- WriteTimeStream.cs
- CharacterBufferReference.cs
- OutputCacheSettings.cs
- XappLauncher.cs
- RepeaterItem.cs
- AnimationClock.cs
- InkCanvasAutomationPeer.cs
- AnyAllSearchOperator.cs
- XmlSortKeyAccumulator.cs
- FrameworkRichTextComposition.cs
- DesignTable.cs
- InvokeMethod.cs
- RawAppCommandInputReport.cs
- ModifierKeysValueSerializer.cs
- _HeaderInfoTable.cs
- SqlRowUpdatingEvent.cs
- SystemIPGlobalProperties.cs
- XamlStyleSerializer.cs
- ToolStripTemplateNode.cs
- AccessedThroughPropertyAttribute.cs
- XmlAggregates.cs
- WebResponse.cs
- isolationinterop.cs
- Vars.cs
- ActiveXHelper.cs
- SerializationSectionGroup.cs
- PersonalizationProvider.cs
- ExpressionCopier.cs
- Form.cs
- StringPropertyBuilder.cs
- SerializationInfo.cs
- URLMembershipCondition.cs
- LifetimeServices.cs
- ErrorFormatterPage.cs
- XamlBuildTaskServices.cs
- DbParameterHelper.cs
- Accessors.cs
- PriorityBinding.cs
- Property.cs
- InfoCardX509Validator.cs
- SoapServerMethod.cs
- DoubleCollection.cs
- GridViewSortEventArgs.cs
- ThemeDirectoryCompiler.cs
- TypeElement.cs
- Operator.cs
- SpeakInfo.cs
- WsdlEndpointConversionContext.cs
- HealthMonitoringSectionHelper.cs
- AllMembershipCondition.cs