Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / ItemDragEvent.cs / 1 / 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.] ///// 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
- LoginView.cs
- RadioButtonBaseAdapter.cs
- SessionPageStatePersister.cs
- TextBounds.cs
- PenLineJoinValidation.cs
- AuthenticationConfig.cs
- TypeToken.cs
- InheritanceContextChangedEventManager.cs
- _BasicClient.cs
- StreamSecurityUpgradeAcceptorBase.cs
- ConnectionPoolManager.cs
- FrugalList.cs
- SHA1Managed.cs
- ObjectListCommand.cs
- RadioButtonList.cs
- AttachedPropertyBrowsableAttribute.cs
- OracleDataReader.cs
- JsonCollectionDataContract.cs
- OdbcConnectionHandle.cs
- CqlGenerator.cs
- SkipStoryboardToFill.cs
- AnonymousIdentificationModule.cs
- ProfileSettings.cs
- LinqDataSourceInsertEventArgs.cs
- DataGridViewLinkCell.cs
- HitTestDrawingContextWalker.cs
- Size.cs
- WpfWebRequestHelper.cs
- SystemColors.cs
- IdentifierCollection.cs
- DeploymentExceptionMapper.cs
- WebReferencesBuildProvider.cs
- Stroke2.cs
- FrameworkElementAutomationPeer.cs
- PerformanceCounterPermissionEntryCollection.cs
- ManualResetEvent.cs
- BitmapEffectrendercontext.cs
- XmlIlGenerator.cs
- RichTextBox.cs
- DataGridViewElement.cs
- recordstate.cs
- TypefaceMetricsCache.cs
- ConditionedDesigner.cs
- OperationSelectorBehavior.cs
- UnitySerializationHolder.cs
- XmlLoader.cs
- DelegatedStream.cs
- CodeParameterDeclarationExpression.cs
- Setter.cs
- DataControlLinkButton.cs
- SoapIncludeAttribute.cs
- GridViewDeletedEventArgs.cs
- OneOfTypeConst.cs
- ButtonFieldBase.cs
- PointLightBase.cs
- SQLMembershipProvider.cs
- TextElement.cs
- CalendarItem.cs
- SByteStorage.cs
- OnOperation.cs
- SubpageParaClient.cs
- RegexCode.cs
- SystemGatewayIPAddressInformation.cs
- ItemsPanelTemplate.cs
- DrawingImage.cs
- ListControlActionList.cs
- ObjectPropertyMapping.cs
- Point.cs
- xdrvalidator.cs
- DeclarativeCatalogPart.cs
- ExeContext.cs
- AstTree.cs
- XsltLibrary.cs
- ByteRangeDownloader.cs
- HyperLink.cs
- Int32Animation.cs
- XmlSchemaAnnotation.cs
- NativeMethods.cs
- ConfigXmlReader.cs
- DataServiceProviderMethods.cs
- OracleException.cs
- CodeRegionDirective.cs
- IndexerNameAttribute.cs
- ViewCellRelation.cs
- GetResponse.cs
- PersistenceProviderFactory.cs
- AuthStoreRoleProvider.cs
- ParsedAttributeCollection.cs
- SchemaAttDef.cs
- XmlEncodedRawTextWriter.cs
- SerializableAttribute.cs
- SystemUdpStatistics.cs
- CodeParameterDeclarationExpressionCollection.cs
- ScrollChrome.cs
- PlainXmlDeserializer.cs
- ThicknessAnimationUsingKeyFrames.cs
- DateTimeFormatInfo.cs
- wgx_render.cs
- ValueUnavailableException.cs
- DataServiceSaveChangesEventArgs.cs