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
- BamlResourceContent.cs
- SqlTopReducer.cs
- TextHintingModeValidation.cs
- DetailsViewUpdatedEventArgs.cs
- BooleanAnimationBase.cs
- Matrix.cs
- DataServiceRequestOfT.cs
- UnknownBitmapDecoder.cs
- BindingFormattingDialog.cs
- RoleExceptions.cs
- PropertySet.cs
- ZipIOCentralDirectoryFileHeader.cs
- LineUtil.cs
- TypedMessageConverter.cs
- IdSpace.cs
- SqlBulkCopyColumnMapping.cs
- sitestring.cs
- Vector3DCollectionValueSerializer.cs
- WSHttpSecurityElement.cs
- NavigateUrlConverter.cs
- XmlSchemaElement.cs
- SingleObjectCollection.cs
- TripleDESCryptoServiceProvider.cs
- DetailsViewPagerRow.cs
- DiscoveryReferences.cs
- QilDataSource.cs
- HtmlCalendarAdapter.cs
- OleCmdHelper.cs
- Rotation3DAnimation.cs
- VirtualPath.cs
- ProgressBarBrushConverter.cs
- TextElementEnumerator.cs
- NativeMethods.cs
- NodeCounter.cs
- ChannelManager.cs
- WebPartEditorOkVerb.cs
- SqlMethods.cs
- MessageFilter.cs
- HandoffBehavior.cs
- ApplicationHost.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- GroupLabel.cs
- RegexCompilationInfo.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- SqlTriggerContext.cs
- PackUriHelper.cs
- httpapplicationstate.cs
- ElementNotEnabledException.cs
- SQLDecimalStorage.cs
- HtmlControlPersistable.cs
- ArgumentException.cs
- UnsafeNativeMethods.cs
- PropertyBuilder.cs
- EncodingTable.cs
- TextSpanModifier.cs
- SqlRewriteScalarSubqueries.cs
- CodeNamespaceCollection.cs
- XmlDictionaryReader.cs
- TextEndOfLine.cs
- MailWebEventProvider.cs
- IPHostEntry.cs
- SiteMapDataSource.cs
- TableCellCollection.cs
- CfgRule.cs
- BamlTreeMap.cs
- CheckBoxList.cs
- TextAdaptor.cs
- DependencyPropertyHelper.cs
- PriorityBindingExpression.cs
- TemplateControl.cs
- Invariant.cs
- HttpCapabilitiesSectionHandler.cs
- CodeCatchClauseCollection.cs
- SelectedDatesCollection.cs
- DataException.cs
- Console.cs
- EntityConnectionStringBuilder.cs
- ILGenerator.cs
- FileAuthorizationModule.cs
- DropDownList.cs
- RbTree.cs
- DtdParser.cs
- SqlTriggerContext.cs
- TemplateField.cs
- ConditionalBranch.cs
- SpecularMaterial.cs
- CFStream.cs
- XmlSchemaAnnotated.cs
- Rotation3D.cs
- BackStopAuthenticationModule.cs
- RemotingException.cs
- TextBreakpoint.cs
- InkCanvasAutomationPeer.cs
- ElementsClipboardData.cs
- InstanceDataCollection.cs
- FixedTextView.cs
- ChangePassword.cs
- TreeNodeStyleCollection.cs
- RequestQueryProcessor.cs
- MappedMetaModel.cs