Code:
/ FX-1434 / FX-1434 / 1.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
- VectorCollectionValueSerializer.cs
- TTSEngineProxy.cs
- SHA1.cs
- EUCJPEncoding.cs
- SHA1.cs
- PropertyInfoSet.cs
- ListItemCollection.cs
- XmlArrayItemAttribute.cs
- UIPermission.cs
- UnicastIPAddressInformationCollection.cs
- TablePattern.cs
- TextTreeTextBlock.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- HtmlFormAdapter.cs
- ShellProvider.cs
- Rules.cs
- EmptyQuery.cs
- _ContextAwareResult.cs
- Expander.cs
- ComAdminInterfaces.cs
- PointIndependentAnimationStorage.cs
- DataGridSortCommandEventArgs.cs
- ListViewGroup.cs
- RequiredFieldValidator.cs
- DataStreams.cs
- RawUIStateInputReport.cs
- Popup.cs
- BitStream.cs
- TextBox.cs
- AudioDeviceOut.cs
- WebServiceErrorEvent.cs
- RowsCopiedEventArgs.cs
- ReferenceList.cs
- BindUriHelper.cs
- AvtEvent.cs
- NullableDoubleMinMaxAggregationOperator.cs
- AutomationElementCollection.cs
- SignatureResourcePool.cs
- TextTreeExtractElementUndoUnit.cs
- WebHeaderCollection.cs
- FrameworkElementAutomationPeer.cs
- basecomparevalidator.cs
- StagingAreaInputItem.cs
- MsmqAppDomainProtocolHandler.cs
- RuntimeConfig.cs
- PartitionResolver.cs
- SerialReceived.cs
- BufferBuilder.cs
- CompoundFileDeflateTransform.cs
- Button.cs
- DefaultTypeArgumentAttribute.cs
- HtmlInputImage.cs
- InvokePatternIdentifiers.cs
- ExternalFile.cs
- TemplateModeChangedEventArgs.cs
- QueryOutputWriter.cs
- odbcmetadatafactory.cs
- ToolStripDesigner.cs
- SqlBulkCopyColumnMapping.cs
- BitStream.cs
- DbDataSourceEnumerator.cs
- OdbcStatementHandle.cs
- DataGridViewColumnEventArgs.cs
- TableLayoutSettings.cs
- WebConfigurationFileMap.cs
- NumericUpDownAcceleration.cs
- GridItemProviderWrapper.cs
- GatewayIPAddressInformationCollection.cs
- CurrencyManager.cs
- ComplexTypeEmitter.cs
- BuildTopDownAttribute.cs
- EmptyEnumerator.cs
- ProjectionPathBuilder.cs
- ObjectToIdCache.cs
- Matrix3D.cs
- MenuItemBinding.cs
- BackStopAuthenticationModule.cs
- ReachFixedDocumentSerializerAsync.cs
- ParameterElement.cs
- AsyncDataRequest.cs
- RMEnrollmentPage3.cs
- PermissionListSet.cs
- CompletedAsyncResult.cs
- BufferedResponseStream.cs
- X500Name.cs
- GPPOINT.cs
- CodeCommentStatementCollection.cs
- JavaScriptObjectDeserializer.cs
- DocumentEventArgs.cs
- Attributes.cs
- DataGridViewColumnStateChangedEventArgs.cs
- DesignerActionVerbList.cs
- BaseParagraph.cs
- VirtualDirectoryMapping.cs
- MSAAEventDispatcher.cs
- RequestCacheValidator.cs
- EditBehavior.cs
- AttachInfo.cs
- NameService.cs
- SQLSingle.cs