Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / designeractionlistschangedeventargs.cs / 1 / designeractionlistschangedeventargs.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 DesignerActionListsChangedEventArgs : EventArgs { private object relatedObject; private DesignerActionListCollection actionLists; private DesignerActionListsChangedType 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 DesignerActionListsChangedEventArgs(object relatedObject, DesignerActionListsChangedType changeType, DesignerActionListCollection actionLists) { this.relatedObject = relatedObject; this.changeType = changeType; this.actionLists = actionLists; } ////// /// The type of changed that caused the related event /// to be thrown. /// public DesignerActionListsChangedType ChangeType { get { return changeType; } } ////// /// The object this change is related to. /// public object RelatedObject { get { return relatedObject; } } ////// /// The remaining actionlists left for the related object. /// public DesignerActionListCollection ActionLists { get { return actionLists; } } } } // 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
- SqlCacheDependency.cs
- RegexStringValidator.cs
- ObjectNotFoundException.cs
- InnerItemCollectionView.cs
- ConditionedDesigner.cs
- XmlWrappingWriter.cs
- InputEventArgs.cs
- ChtmlSelectionListAdapter.cs
- EtwTrace.cs
- DispatchWrapper.cs
- LinkLabelLinkClickedEvent.cs
- XmlSchemaImporter.cs
- SecurityHelper.cs
- XmlCDATASection.cs
- AddingNewEventArgs.cs
- DetailsViewInsertedEventArgs.cs
- ConnectionStringsExpressionBuilder.cs
- BufferedConnection.cs
- HandledEventArgs.cs
- XmlException.cs
- QueuePathEditor.cs
- MobileControlsSectionHandler.cs
- TextSelectionHelper.cs
- ProviderUtil.cs
- exports.cs
- TextBoxDesigner.cs
- AddressUtility.cs
- PropertyToken.cs
- DataControlFieldsEditor.cs
- StatusBarItemAutomationPeer.cs
- ScrollProperties.cs
- PrintDialogException.cs
- BypassElement.cs
- TouchFrameEventArgs.cs
- SizeChangedInfo.cs
- GroupBox.cs
- RewritingValidator.cs
- XmlTextAttribute.cs
- Timer.cs
- ListViewUpdateEventArgs.cs
- WorkflowMarkupSerializerMapping.cs
- MediaContext.cs
- EventLogException.cs
- LockedActivityGlyph.cs
- DependencyPropertyChangedEventArgs.cs
- BrowserDefinitionCollection.cs
- ClientRolePrincipal.cs
- PenLineJoinValidation.cs
- ServiceNameCollection.cs
- OleDbPermission.cs
- SecureConversationSecurityTokenParameters.cs
- TextRangeEditLists.cs
- _ConnectOverlappedAsyncResult.cs
- SrgsOneOf.cs
- TranslateTransform.cs
- PngBitmapDecoder.cs
- DefaultValueConverter.cs
- EventPrivateKey.cs
- ExclusiveHandle.cs
- ConfigXmlReader.cs
- XmlUtil.cs
- ContentWrapperAttribute.cs
- XmlDataSourceView.cs
- Signature.cs
- XmlComment.cs
- ToolStripGripRenderEventArgs.cs
- UniqueContractNameValidationBehavior.cs
- WorkflowApplicationException.cs
- FixedSOMImage.cs
- ItemCollection.cs
- SqlFacetAttribute.cs
- ItemContainerGenerator.cs
- EntityDataSourceStatementEditorForm.cs
- AssemblyAttributes.cs
- HotSpotCollection.cs
- SafeHandle.cs
- ServiceContractAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- TableSectionStyle.cs
- ToolBarButtonClickEvent.cs
- DBCommand.cs
- DetailsViewRow.cs
- SigningCredentials.cs
- ApplicationHost.cs
- ScriptingScriptResourceHandlerSection.cs
- CodeCatchClauseCollection.cs
- StreamUpdate.cs
- WindowsSolidBrush.cs
- MemberHolder.cs
- GPPOINT.cs
- DecryptRequest.cs
- MouseWheelEventArgs.cs
- SafeFileHandle.cs
- KeyboardEventArgs.cs
- BorderSidesEditor.cs
- ObjectDataSourceDisposingEventArgs.cs
- Vector3DCollectionConverter.cs
- precedingquery.cs
- FileDetails.cs
- StringReader.cs