Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ItemDragEvent.cs / 1305376 / ItemDragEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class ItemDragEventArgs : EventArgs { readonly MouseButtons button; readonly object item; ////// Provides data for the ///event. /// /// /// public ItemDragEventArgs(MouseButtons button) { this.button = button; this.item = null; } ///[To be supplied.] ////// /// public ItemDragEventArgs(MouseButtons button, object item) { this.button = button; this.item = item; } ///[To be supplied.] ////// /// public MouseButtons Button { get { return button; } } ///[To be supplied.] ////// /// public object Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ButtonAutomationPeer.cs
- InfocardClientCredentials.cs
- TypographyProperties.cs
- SplitContainer.cs
- XmlNodeReader.cs
- CodeExpressionRuleDeclaration.cs
- WebPartMinimizeVerb.cs
- NonBatchDirectoryCompiler.cs
- PagedDataSource.cs
- Parameter.cs
- Int32Storage.cs
- ConvertersCollection.cs
- ObjectListDesigner.cs
- SafeViewOfFileHandle.cs
- HostingPreferredMapPath.cs
- PagedDataSource.cs
- ContainerSelectorGlyph.cs
- SchemaCollectionCompiler.cs
- TimeoutHelper.cs
- TrustManagerMoreInformation.cs
- DesigntimeLicenseContextSerializer.cs
- VariantWrapper.cs
- DragDropHelper.cs
- CompositeFontInfo.cs
- EpmContentDeSerializer.cs
- EntitySqlQueryCacheEntry.cs
- ToolStripItemCollection.cs
- ManifestResourceInfo.cs
- CaseDesigner.xaml.cs
- RegexRunner.cs
- UriParserTemplates.cs
- LocationChangedEventArgs.cs
- FlowDocumentReader.cs
- FragmentQuery.cs
- TextModifier.cs
- RoleManagerSection.cs
- elementinformation.cs
- ConfigurationLocation.cs
- XmlWellformedWriter.cs
- ToolboxDataAttribute.cs
- UseLicense.cs
- ImageAnimator.cs
- PersonalizationProviderCollection.cs
- ThreadExceptionDialog.cs
- CollectionChangeEventArgs.cs
- PeerNameResolver.cs
- DataTableReaderListener.cs
- PrimaryKeyTypeConverter.cs
- CssTextWriter.cs
- MenuItemStyle.cs
- UriGenerator.cs
- MaterialCollection.cs
- CodeArgumentReferenceExpression.cs
- DataSourceUtil.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- SqlDataSourceStatusEventArgs.cs
- DrawListViewItemEventArgs.cs
- ListItemDetailViewAttribute.cs
- PersonalizationStateQuery.cs
- SkewTransform.cs
- AppSettingsExpressionBuilder.cs
- EventTask.cs
- WebServiceReceiveDesigner.cs
- OuterGlowBitmapEffect.cs
- FormsAuthenticationUser.cs
- StructuralCache.cs
- TraceContextEventArgs.cs
- MatrixAnimationUsingPath.cs
- ExcCanonicalXml.cs
- FloaterBaseParaClient.cs
- NativeCppClassAttribute.cs
- ActivityInstanceReference.cs
- ProxyWebPartManagerDesigner.cs
- MediaTimeline.cs
- SessionParameter.cs
- CustomSignedXml.cs
- RNGCryptoServiceProvider.cs
- SerializationInfoEnumerator.cs
- ClientRolePrincipal.cs
- XPathSelectionIterator.cs
- PartEditor.cs
- TextFormatter.cs
- PrintEvent.cs
- XamlFigureLengthSerializer.cs
- SQLByte.cs
- RegionInfo.cs
- SqlServices.cs
- ThousandthOfEmRealDoubles.cs
- XmlSchemaComplexContent.cs
- SizeLimitedCache.cs
- HostVisual.cs
- WorkflowStateRollbackService.cs
- TypeNameConverter.cs
- SqlCommandSet.cs
- baseaxisquery.cs
- ArgIterator.cs
- AndMessageFilter.cs
- VerticalAlignConverter.cs
- _ListenerAsyncResult.cs
- ConstraintConverter.cs