Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InternalTypeHelper.cs
- DoubleLink.cs
- SchemaSetCompiler.cs
- HtmlInputHidden.cs
- Duration.cs
- StateMachineAction.cs
- StylusPointPropertyId.cs
- EventLogPermissionEntry.cs
- AuthenticateEventArgs.cs
- ServiceManagerHandle.cs
- RealProxy.cs
- BitmapData.cs
- StringBlob.cs
- Rule.cs
- NodeInfo.cs
- CharacterHit.cs
- HttpContext.cs
- ReadOnlyDictionary.cs
- RectAnimationUsingKeyFrames.cs
- PropertyEmitter.cs
- WebServiceResponse.cs
- StrokeDescriptor.cs
- StateChangeEvent.cs
- WindowInteropHelper.cs
- ChannelManager.cs
- UTF32Encoding.cs
- AutoResizedEvent.cs
- OleDbError.cs
- RadioButton.cs
- ManagementException.cs
- GeneralTransform3DGroup.cs
- CompilationUtil.cs
- FixedSOMTableCell.cs
- XmlHelper.cs
- EventMap.cs
- CustomAttributeSerializer.cs
- XmlSchemaCollection.cs
- NamedObject.cs
- ToolStripLocationCancelEventArgs.cs
- WeakHashtable.cs
- TextMarkerSource.cs
- CroppedBitmap.cs
- TreeNode.cs
- Int32EqualityComparer.cs
- ToolboxItemSnapLineBehavior.cs
- ImportException.cs
- InputElement.cs
- TextHintingModeValidation.cs
- _UncName.cs
- Parameter.cs
- CapabilitiesRule.cs
- TransformationRules.cs
- EmptyEnumerator.cs
- DetailsViewAutoFormat.cs
- UnsafeNativeMethods.cs
- DataRelationCollection.cs
- TreeNodeBindingCollection.cs
- KeyInstance.cs
- InputLangChangeRequestEvent.cs
- ConfigurationSectionCollection.cs
- ObjectHelper.cs
- WebServiceErrorEvent.cs
- PreviewPrintController.cs
- PropertyTabChangedEvent.cs
- FlowDocumentReader.cs
- Utils.cs
- New.cs
- SyndicationElementExtensionCollection.cs
- ColorMap.cs
- EngineSiteSapi.cs
- CodeDirectionExpression.cs
- JoinElimination.cs
- WmiEventSink.cs
- PEFileEvidenceFactory.cs
- PenThreadWorker.cs
- RoleService.cs
- StylusPlugInCollection.cs
- CompositeFontInfo.cs
- SectionUpdates.cs
- Substitution.cs
- WhileDesigner.cs
- UrlAuthFailureHandler.cs
- RootBrowserWindowAutomationPeer.cs
- UIPermission.cs
- WinInet.cs
- NullableFloatSumAggregationOperator.cs
- DataGridViewColumnCollection.cs
- TimeSpanValidator.cs
- ButtonBase.cs
- GeneratedContractType.cs
- odbcmetadatacolumnnames.cs
- _TimerThread.cs
- BitmapFrame.cs
- DataTableCollection.cs
- RowUpdatingEventArgs.cs
- datacache.cs
- WebColorConverter.cs
- NetworkInterface.cs
- FindRequestContext.cs
- SettingsAttributeDictionary.cs