Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TrackBarDesigner.cs
- ObjectDataSourceDisposingEventArgs.cs
- DataRecordInternal.cs
- TdsParameterSetter.cs
- WebPartVerbsEventArgs.cs
- CachedRequestParams.cs
- WinFormsComponentEditor.cs
- OuterGlowBitmapEffect.cs
- UnionQueryOperator.cs
- TableCell.cs
- InternalConfigConfigurationFactory.cs
- DoubleAnimationUsingPath.cs
- AnnotationDocumentPaginator.cs
- RequiredFieldValidator.cs
- GeneralTransform2DTo3DTo2D.cs
- StateBag.cs
- LayoutEvent.cs
- CustomErrorCollection.cs
- ErrorFormatterPage.cs
- Form.cs
- EventProxy.cs
- TimerExtension.cs
- Point3D.cs
- MissingMemberException.cs
- SessionIDManager.cs
- SqlMethods.cs
- XmlTextReader.cs
- Timeline.cs
- InternalTypeHelper.cs
- ZipIOFileItemStream.cs
- OneOfTypeConst.cs
- ActivityWithResultWrapper.cs
- WorkflowApplicationAbortedEventArgs.cs
- EntityDataSourceDesignerHelper.cs
- IpcClientChannel.cs
- SystemWebExtensionsSectionGroup.cs
- Misc.cs
- WebBrowser.cs
- COMException.cs
- LocalizationComments.cs
- LogWriteRestartAreaAsyncResult.cs
- TextSerializer.cs
- BasicKeyConstraint.cs
- Evidence.cs
- MemberDescriptor.cs
- RightsDocument.cs
- QuinticEase.cs
- loginstatus.cs
- DrawingContextDrawingContextWalker.cs
- MSAAEventDispatcher.cs
- StackSpiller.Generated.cs
- FilteredReadOnlyMetadataCollection.cs
- NeutralResourcesLanguageAttribute.cs
- XPathNodeList.cs
- ProjectionCamera.cs
- DuplicateMessageDetector.cs
- CatalogZone.cs
- XamlPointCollectionSerializer.cs
- Control.cs
- OrderablePartitioner.cs
- DesignerWithHeader.cs
- SSmlParser.cs
- QilBinary.cs
- FlowLayoutPanel.cs
- NativeMethods.cs
- SqlWorkflowPersistenceService.cs
- ISAPIApplicationHost.cs
- AutomationElement.cs
- securitycriticaldataformultiplegetandset.cs
- DecimalConverter.cs
- TimeSpanStorage.cs
- SmtpReplyReaderFactory.cs
- UpdatePanelTriggerCollection.cs
- GeneralTransform.cs
- DataServiceQueryOfT.cs
- UnsafeNativeMethodsCLR.cs
- EventArgs.cs
- DetailsViewDesigner.cs
- AbstractExpressions.cs
- RangeBase.cs
- ZipIOModeEnforcingStream.cs
- LineInfo.cs
- PageCatalogPart.cs
- VerticalAlignConverter.cs
- WindowsGrip.cs
- WindowsIdentity.cs
- SqlIdentifier.cs
- RangeValueProviderWrapper.cs
- VisualStyleRenderer.cs
- XmlValidatingReader.cs
- TextRunTypographyProperties.cs
- SweepDirectionValidation.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- CompositeFontInfo.cs
- NegatedCellConstant.cs
- PlatformCulture.cs
- SettingsAttributeDictionary.cs
- Drawing.cs
- dataobject.cs
- CachingParameterInspector.cs