Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / DesignerActionUIStateChangeEventArgs.cs / 1 / DesignerActionUIStateChangeEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.ComponentModel.Design {
using System.ComponentModel;
using System;
using Microsoft.Win32;
///
///
/// This EventArgs class is used by the DesignerActionService to signify
/// that there has been a change in DesignerActionLists (added or removed)
/// on the related object.
///
public class DesignerActionUIStateChangeEventArgs : EventArgs {
private object relatedObject;
private DesignerActionUIStateChangeType changeType;//type of change
///
///
/// Constructor that requires the object in question, the type of change
/// and the remaining actionlists left for the object.
/// on the related object.
///
public DesignerActionUIStateChangeEventArgs(object relatedObject, DesignerActionUIStateChangeType changeType) {
this.relatedObject = relatedObject;
this.changeType = changeType;
}
///
///
/// The type of changed that caused the related event
/// to be thrown.
///
public DesignerActionUIStateChangeType ChangeType {
get {
return changeType;
}
}
///
///
/// The object this change is related to.
///
public object RelatedObject {
get {
return relatedObject;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Vector3DIndependentAnimationStorage.cs
- MembershipValidatePasswordEventArgs.cs
- Token.cs
- DbConnectionPoolIdentity.cs
- OrderedHashRepartitionEnumerator.cs
- SelfSignedCertificate.cs
- TagPrefixAttribute.cs
- QuaternionKeyFrameCollection.cs
- CodeTypeReferenceCollection.cs
- ImageFormatConverter.cs
- TrackingServices.cs
- CheckedListBox.cs
- Soap12FormatExtensions.cs
- DriveNotFoundException.cs
- InertiaRotationBehavior.cs
- EFDataModelProvider.cs
- SmuggledIUnknown.cs
- GenericWebPart.cs
- InstancePersistenceCommandException.cs
- CustomErrorsSection.cs
- PlacementWorkspace.cs
- ExeContext.cs
- ProtectedConfigurationSection.cs
- BindingGroup.cs
- DoubleKeyFrameCollection.cs
- PenThread.cs
- DataKeyCollection.cs
- altserialization.cs
- ListViewItem.cs
- DataSpaceManager.cs
- Utility.cs
- Models.cs
- _emptywebproxy.cs
- XmlSchemaSimpleTypeUnion.cs
- TextWriter.cs
- StandardToolWindows.cs
- TextAnchor.cs
- MetafileEditor.cs
- Filter.cs
- MarkupExtensionSerializer.cs
- EmbeddedMailObjectCollectionEditor.cs
- RequestQueue.cs
- SafeNativeMethods.cs
- _HelperAsyncResults.cs
- RequestCacheEntry.cs
- ShellProvider.cs
- TerminatingOperationBehavior.cs
- LogWriteRestartAreaAsyncResult.cs
- Events.cs
- NativeMethods.cs
- CheckBoxAutomationPeer.cs
- InstancePersistence.cs
- WindowsListViewSubItem.cs
- TextRunTypographyProperties.cs
- GenerateScriptTypeAttribute.cs
- EntityProxyTypeInfo.cs
- AssemblyContextControlItem.cs
- updatecommandorderer.cs
- MissingSatelliteAssemblyException.cs
- XmlDeclaration.cs
- OutOfMemoryException.cs
- CircleHotSpot.cs
- ScriptResourceHandler.cs
- AudioLevelUpdatedEventArgs.cs
- DoubleCollectionConverter.cs
- SHA384CryptoServiceProvider.cs
- EntitySqlQueryState.cs
- UseAttributeSetsAction.cs
- ObjectDataSourceMethodEventArgs.cs
- MetadataAssemblyHelper.cs
- Padding.cs
- IntMinMaxAggregationOperator.cs
- InnerItemCollectionView.cs
- SecurityPolicySection.cs
- SharedStatics.cs
- DetailsViewPagerRow.cs
- OutputCacheSettings.cs
- SQLRoleProvider.cs
- ExceptionHandlers.cs
- PropertyOverridesDialog.cs
- CustomErrorsSection.cs
- DirectoryRedirect.cs
- ToolBarButton.cs
- XmlNodeList.cs
- dtdvalidator.cs
- LifetimeManager.cs
- figurelength.cs
- SeverityFilter.cs
- WeakRefEnumerator.cs
- ResolvedKeyFrameEntry.cs
- ViewStateChangedEventArgs.cs
- SiteMap.cs
- Stack.cs
- SQLBytes.cs
- ListItemParagraph.cs
- MailSettingsSection.cs
- ComponentEditorPage.cs
- IntSecurity.cs
- ControlEvent.cs
- ConstantSlot.cs