Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / Behavior / BehaviorDragDropEventArgs.cs / 1 / BehaviorDragDropEventArgs.cs
namespace System.Windows.Forms.Design.Behavior { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Design; using System.Diagnostics; using System.Drawing; using System.Windows.Forms.Design; ////// /// This class represents the arguments describing a BehaviorDragDrop event /// fired by the BehaviorService. /// public class BehaviorDragDropEventArgs : EventArgs { private ICollection dragComponents;//the list of components being dragged ////// /// Constructor. This class is created by the BehaviorService directly /// before a drag operation begins. /// public BehaviorDragDropEventArgs(ICollection dragComponents) { this.dragComponents = dragComponents; } ////// /// Returns the list of IComponents currently being dragged. /// public ICollection DragComponents { get { return dragComponents; } } } } // 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
- Enum.cs
- ControlPropertyNameConverter.cs
- WebRequestModulesSection.cs
- ResizeGrip.cs
- VerificationAttribute.cs
- HelpInfo.cs
- ExpressionVisitorHelpers.cs
- HostDesigntimeLicenseContext.cs
- UpdateCompiler.cs
- CharEntityEncoderFallback.cs
- MemberAccessException.cs
- EditorPart.cs
- odbcmetadatacolumnnames.cs
- ImageSource.cs
- DataGridViewRowConverter.cs
- CharConverter.cs
- Metadata.cs
- InputProviderSite.cs
- ElementNotAvailableException.cs
- EntityDesignerBuildProvider.cs
- LiteralTextContainerControlBuilder.cs
- InvalidFilterCriteriaException.cs
- EventHandlerList.cs
- CodeTypeConstructor.cs
- QilScopedVisitor.cs
- MultiDataTrigger.cs
- KeyInstance.cs
- XhtmlBasicCalendarAdapter.cs
- SingleObjectCollection.cs
- EpmCustomContentWriterNodeData.cs
- StyleModeStack.cs
- DataTableMappingCollection.cs
- cryptoapiTransform.cs
- PageAdapter.cs
- CustomValidator.cs
- BrowserCapabilitiesFactory.cs
- FileDialog.cs
- XsltContext.cs
- ToolBar.cs
- AudioException.cs
- DataRelation.cs
- PersonalizationEntry.cs
- SizeChangedEventArgs.cs
- FactoryMaker.cs
- Trigger.cs
- ClassImporter.cs
- TemplatePagerField.cs
- FixedFindEngine.cs
- ListControlBoundActionList.cs
- ObjectDataSourceMethodEventArgs.cs
- OracleRowUpdatedEventArgs.cs
- CapabilitiesSection.cs
- AttachedPropertyBrowsableAttribute.cs
- XPathNavigatorReader.cs
- OdbcErrorCollection.cs
- DotExpr.cs
- MimeMultiPart.cs
- HashStream.cs
- AnnotationHighlightLayer.cs
- DataViewSettingCollection.cs
- SystemColors.cs
- ADMembershipUser.cs
- DetailsViewRow.cs
- ControlBuilderAttribute.cs
- SrgsElementFactoryCompiler.cs
- AnimationClockResource.cs
- DataGridViewCellFormattingEventArgs.cs
- DbParameterCollectionHelper.cs
- QuotedPrintableStream.cs
- ContainerTracking.cs
- xmlsaver.cs
- CodeComment.cs
- RawStylusActions.cs
- COM2PropertyBuilderUITypeEditor.cs
- Transform.cs
- AxWrapperGen.cs
- EastAsianLunisolarCalendar.cs
- ProgressBar.cs
- OrderedDictionary.cs
- EnvelopedPkcs7.cs
- StylusPointProperties.cs
- ParserHooks.cs
- XmlSequenceWriter.cs
- SubMenuStyleCollection.cs
- EntityDataSourceUtil.cs
- ParameterBinding.cs
- NativeObjectSecurity.cs
- figurelength.cs
- BadImageFormatException.cs
- OpCodes.cs
- CompareValidator.cs
- ControlOperationInvoker.cs
- DataConnectionHelper.cs
- DetailsViewActionList.cs
- XmlLoader.cs
- EventData.cs
- CodeExpressionCollection.cs
- LocationReferenceValue.cs
- CheckBoxRenderer.cs
- X509Chain.cs