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
- DesignerActionPanel.cs
- ClientApiGenerator.cs
- OdbcEnvironment.cs
- OpenTypeLayoutCache.cs
- FieldNameLookup.cs
- ToolStripItemEventArgs.cs
- Decorator.cs
- AddInController.cs
- DateTimeConverter.cs
- BitmapSourceSafeMILHandle.cs
- CodeTryCatchFinallyStatement.cs
- ConfigurationValidatorAttribute.cs
- FullTextState.cs
- ZoneMembershipCondition.cs
- LogFlushAsyncResult.cs
- WS2007HttpBindingCollectionElement.cs
- BindStream.cs
- QilFactory.cs
- FunctionParameter.cs
- SqlDataSourceFilteringEventArgs.cs
- Track.cs
- TypeDescriptor.cs
- XslNumber.cs
- CodeGenerator.cs
- MessagePartSpecification.cs
- ChtmlMobileTextWriter.cs
- SqlNodeTypeOperators.cs
- DesignTimeHTMLTextWriter.cs
- ProgressBarRenderer.cs
- CryptoKeySecurity.cs
- Converter.cs
- DataProtection.cs
- HtmlInputPassword.cs
- DateTimeFormatInfoScanner.cs
- HttpPostProtocolImporter.cs
- StyleTypedPropertyAttribute.cs
- NullReferenceException.cs
- CheckBoxPopupAdapter.cs
- SecurityElement.cs
- TagNameToTypeMapper.cs
- ExceptionUtil.cs
- NestPullup.cs
- ObjectDisposedException.cs
- XamlGridLengthSerializer.cs
- WebPartEditorApplyVerb.cs
- TrustManager.cs
- ClientSettingsStore.cs
- MenuScrollingVisibilityConverter.cs
- AccessibleObject.cs
- ScriptControlManager.cs
- ChildDocumentBlock.cs
- KeySpline.cs
- IDispatchConstantAttribute.cs
- RectangleF.cs
- XmlDataImplementation.cs
- WindowsListViewGroupSubsetLink.cs
- DeadCharTextComposition.cs
- SafeCoTaskMem.cs
- AudioFormatConverter.cs
- DependencyObjectType.cs
- ExtenderControl.cs
- ConstraintConverter.cs
- DbProviderFactory.cs
- XmlSchemaSet.cs
- SvcFileManager.cs
- MetadataItem.cs
- NetSectionGroup.cs
- TemporaryBitmapFile.cs
- ScalarOps.cs
- RegexInterpreter.cs
- SQLDateTimeStorage.cs
- Executor.cs
- Resources.Designer.cs
- AdornedElementPlaceholder.cs
- AnimationClock.cs
- KeyManager.cs
- ComboBox.cs
- StreamWriter.cs
- CachedFontFace.cs
- _NegoState.cs
- ToolStripPanelRenderEventArgs.cs
- GatewayDefinition.cs
- HttpPostedFile.cs
- PointLight.cs
- DirectoryObjectSecurity.cs
- PlanCompilerUtil.cs
- FixedDSBuilder.cs
- SafeNativeMethods.cs
- ValueProviderWrapper.cs
- ISFClipboardData.cs
- DelegatingHeader.cs
- CodeAttributeDeclaration.cs
- UIElement3D.cs
- WebPartsPersonalization.cs
- SafeNativeMethods.cs
- MailMessageEventArgs.cs
- DataBindingCollection.cs
- ConfigXmlAttribute.cs
- Exceptions.cs
- MimeImporter.cs