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;
///
/// Provides data for the event.
///
[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;
///
///
/// Gets or sets the component that is being changed or that is the parent container of the member being changed.
///
///
public object Component {
get {
return component;
}
}
///
///
/// Gets or sets the member of the component that is about to be changed.
///
///
public MemberDescriptor Member {
get {
return member;
}
}
///
///
/// Initializes a new instance of the class.
///
///
public ComponentChangingEventArgs(object component, MemberDescriptor member) {
this.component = component;
this.member = member;
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AnnotationComponentChooser.cs
- ProtectedConfiguration.cs
- PeerNameRegistration.cs
- UTF7Encoding.cs
- PathFigureCollectionValueSerializer.cs
- TagPrefixAttribute.cs
- ListViewUpdateEventArgs.cs
- WebPartConnectionsCancelEventArgs.cs
- DataGridViewRowHeaderCell.cs
- PackagingUtilities.cs
- RuleElement.cs
- CounterCreationDataCollection.cs
- IndexedSelectQueryOperator.cs
- ClientData.cs
- TextElementEditingBehaviorAttribute.cs
- X509Certificate2Collection.cs
- PersianCalendar.cs
- TransformConverter.cs
- Inflater.cs
- BevelBitmapEffect.cs
- MenuItemStyleCollection.cs
- FlowDocumentReaderAutomationPeer.cs
- ProfileEventArgs.cs
- securitycriticaldataClass.cs
- TableLayout.cs
- MessageHeaderDescriptionCollection.cs
- SendingRequestEventArgs.cs
- XmlSchemaInclude.cs
- Aes.cs
- PriorityBinding.cs
- XamlStackWriter.cs
- DesignerActionList.cs
- ProxyGenerator.cs
- DataPagerFieldCollection.cs
- ColorConvertedBitmap.cs
- CacheSection.cs
- InternalBase.cs
- FixedPageProcessor.cs
- WindowAutomationPeer.cs
- BinaryMethodMessage.cs
- CapabilitiesState.cs
- PackagePartCollection.cs
- EventlogProvider.cs
- ApplicationId.cs
- AvTraceFormat.cs
- EventLog.cs
- XmlWellformedWriter.cs
- WsdlInspector.cs
- WorkflowMarkupSerializer.cs
- Message.cs
- GridViewRowPresenterBase.cs
- AnonymousIdentificationSection.cs
- Dynamic.cs
- Operand.cs
- TrustManager.cs
- HtmlInputFile.cs
- Win32.cs
- XmlAtomicValue.cs
- AssemblyAttributes.cs
- PropertyConverter.cs
- COAUTHINFO.cs
- DiffuseMaterial.cs
- SchemaUtility.cs
- WebScriptEnablingBehavior.cs
- WCFServiceClientProxyGenerator.cs
- ConnectorEditor.cs
- StringConverter.cs
- Path.cs
- Path.cs
- SmtpReplyReaderFactory.cs
- ReadOnlyCollectionBase.cs
- SignerInfo.cs
- DPAPIProtectedConfigurationProvider.cs
- SpnegoTokenProvider.cs
- HtmlInputCheckBox.cs
- TextEditorCopyPaste.cs
- TextServicesContext.cs
- FormatterServices.cs
- VariableExpressionConverter.cs
- FileVersionInfo.cs
- ThousandthOfEmRealDoubles.cs
- ReachUIElementCollectionSerializer.cs
- XmlHierarchicalEnumerable.cs
- EnglishPluralizationService.cs
- SignedXml.cs
- ServicesExceptionNotHandledEventArgs.cs
- SqlCommandSet.cs
- WebSysDisplayNameAttribute.cs
- ListMarkerLine.cs
- ReceiveSecurityHeader.cs
- LogicalExpressionTypeConverter.cs
- HtmlInputButton.cs
- PermissionRequestEvidence.cs
- UnSafeCharBuffer.cs
- GridToolTip.cs
- SettingsBindableAttribute.cs
- TypeInfo.cs
- ApplicationSecurityManager.cs
- SortKey.cs
- DataGridViewCellParsingEventArgs.cs