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
- BooleanExpr.cs
- DateTimeConverter.cs
- Nodes.cs
- DefaultAssemblyResolver.cs
- SchemaImporterExtensionElement.cs
- CatalogZone.cs
- Rotation3DAnimationUsingKeyFrames.cs
- ProtocolInformationWriter.cs
- ProviderException.cs
- CodeArrayIndexerExpression.cs
- EventMemberCodeDomSerializer.cs
- ProfilePropertyNameValidator.cs
- SqlWriter.cs
- SearchForVirtualItemEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- FieldBuilder.cs
- OutputScopeManager.cs
- BitConverter.cs
- XPathEmptyIterator.cs
- RightsManagementEncryptedStream.cs
- EventLogSession.cs
- RemotingSurrogateSelector.cs
- URLAttribute.cs
- TextFindEngine.cs
- LocalBuilder.cs
- TextTreeTextNode.cs
- LogSwitch.cs
- Tool.cs
- CriticalFinalizerObject.cs
- RecordManager.cs
- Comparer.cs
- TextMetrics.cs
- ObjRef.cs
- SqlUserDefinedAggregateAttribute.cs
- TypeConstant.cs
- PrintDialogException.cs
- IntSecurity.cs
- oledbmetadatacollectionnames.cs
- ToolStripTextBox.cs
- NegationPusher.cs
- MobileTemplatedControlDesigner.cs
- LocalizationComments.cs
- SafeMemoryMappedFileHandle.cs
- SecureEnvironment.cs
- OpCodes.cs
- XmlAutoDetectWriter.cs
- RectangleConverter.cs
- DataColumnMappingCollection.cs
- StyleHelper.cs
- FrameworkElementAutomationPeer.cs
- DragEvent.cs
- LinkDescriptor.cs
- GridLength.cs
- Matrix3DConverter.cs
- CompressedStack.cs
- HtmlDocument.cs
- Error.cs
- StreamReader.cs
- ServiceDescriptions.cs
- ProcessStartInfo.cs
- TempFiles.cs
- XPathNodeIterator.cs
- SqlMethodCallConverter.cs
- ServerType.cs
- InputQueueChannel.cs
- sortedlist.cs
- BitmapEffectDrawingContent.cs
- SettingsSavedEventArgs.cs
- SerialPort.cs
- DataTemplateSelector.cs
- RelativeSource.cs
- CaseCqlBlock.cs
- VisualBasicSettingsConverter.cs
- XmlNullResolver.cs
- ActivityBindForm.cs
- DataGridViewLinkColumn.cs
- TextFragmentEngine.cs
- ListBox.cs
- PartialArray.cs
- IntegerCollectionEditor.cs
- XmlSchemaInclude.cs
- DataGridViewCellStyle.cs
- CallId.cs
- DrawingCollection.cs
- DispatcherTimer.cs
- WindowsFont.cs
- StaticSiteMapProvider.cs
- ListSortDescription.cs
- SymLanguageType.cs
- BitmapEncoder.cs
- XmlSchemaAnnotation.cs
- InternalCache.cs
- EventLogEntry.cs
- WebServiceBindingAttribute.cs
- HtmlValidationSummaryAdapter.cs
- DataGridViewComboBoxEditingControl.cs
- WorkerRequest.cs
- WindowsPen.cs
- GenericAuthenticationEventArgs.cs
- ProcessModule.cs