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
- SqlGenerator.cs
- XmlIncludeAttribute.cs
- TextRunTypographyProperties.cs
- XMLSyntaxException.cs
- DocumentPageView.cs
- NamedPermissionSet.cs
- Pair.cs
- HttpRequestWrapper.cs
- NamespaceCollection.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- DomainUpDown.cs
- StagingAreaInputItem.cs
- UpdateEventArgs.cs
- StringBlob.cs
- CharEnumerator.cs
- SemanticResultKey.cs
- WsdlBuildProvider.cs
- ComponentConverter.cs
- WindowsEditBoxRange.cs
- MetabaseSettingsIis7.cs
- DataRelationPropertyDescriptor.cs
- ToolStripDropTargetManager.cs
- NamespaceInfo.cs
- QueryStringParameter.cs
- MdiWindowListItemConverter.cs
- ElementMarkupObject.cs
- AsymmetricKeyExchangeDeformatter.cs
- DesignerDataSchemaClass.cs
- EdmToObjectNamespaceMap.cs
- JoinGraph.cs
- Model3D.cs
- SharedHttpTransportManager.cs
- SoapTypeAttribute.cs
- VisualState.cs
- LocalizableAttribute.cs
- HTMLTextWriter.cs
- TreeViewCancelEvent.cs
- TableLayoutPanelCellPosition.cs
- ObjectSet.cs
- RuntimeArgumentHandle.cs
- autovalidator.cs
- TextEditorMouse.cs
- CryptoApi.cs
- UniqueIdentifierService.cs
- RouteValueExpressionBuilder.cs
- MultipleViewProviderWrapper.cs
- SqlDataReader.cs
- ObjectViewListener.cs
- EventPrivateKey.cs
- StylesEditorDialog.cs
- IndexedString.cs
- QueueException.cs
- ModelService.cs
- DataGridViewRowPostPaintEventArgs.cs
- ClickablePoint.cs
- Region.cs
- SystemNetworkInterface.cs
- PerformanceCountersBase.cs
- NullableIntMinMaxAggregationOperator.cs
- SiteMapSection.cs
- DocComment.cs
- AutoCompleteStringCollection.cs
- Hashtable.cs
- MatchingStyle.cs
- GroupItemAutomationPeer.cs
- PersistNameAttribute.cs
- SelectionEditingBehavior.cs
- TextEditorTables.cs
- Pair.cs
- CodeTypeParameterCollection.cs
- Span.cs
- _TransmitFileOverlappedAsyncResult.cs
- InheritanceAttribute.cs
- MasterPageParser.cs
- GraphicsState.cs
- ObjectStorage.cs
- ListViewHitTestInfo.cs
- Schedule.cs
- HostingEnvironmentException.cs
- HiddenFieldPageStatePersister.cs
- DiscoveryInnerClientAdhocCD1.cs
- WindowsUpDown.cs
- AuthenticationSection.cs
- AnimationClock.cs
- GeometryHitTestParameters.cs
- DataGridViewTextBoxColumn.cs
- XmlArrayItemAttributes.cs
- DataContract.cs
- CryptographicAttribute.cs
- PenLineJoinValidation.cs
- LinqDataSourceInsertEventArgs.cs
- PropertyInformationCollection.cs
- SizeKeyFrameCollection.cs
- PropertyPathConverter.cs
- Context.cs
- AnchoredBlock.cs
- SecureStringHasher.cs
- GridViewRowCollection.cs
- NameValueFileSectionHandler.cs
- WorkflowCommandExtensionItem.cs