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
- CultureInfoConverter.cs
- ManipulationDeltaEventArgs.cs
- CryptoApi.cs
- MiniAssembly.cs
- PropertyChangedEventArgs.cs
- DataGridViewSortCompareEventArgs.cs
- SqlConnectionPoolGroupProviderInfo.cs
- WindowsImpersonationContext.cs
- XmlDataProvider.cs
- RepeaterItemCollection.cs
- WindowsTitleBar.cs
- EventListenerClientSide.cs
- ColumnResult.cs
- safemediahandle.cs
- OleDbInfoMessageEvent.cs
- ProviderConnectionPointCollection.cs
- RemotingServices.cs
- CmsInterop.cs
- MultipartContentParser.cs
- BinaryFormatterWriter.cs
- CounterSample.cs
- XsltLibrary.cs
- XmlUrlResolver.cs
- MissingManifestResourceException.cs
- KoreanLunisolarCalendar.cs
- AutomationProperties.cs
- WebPartManager.cs
- OLEDB_Util.cs
- VersionPair.cs
- RawUIStateInputReport.cs
- ViewGenerator.cs
- BitmapEffectGroup.cs
- CodeCatchClauseCollection.cs
- ProcessRequestArgs.cs
- EmptyStringExpandableObjectConverter.cs
- TextureBrush.cs
- MenuItemStyle.cs
- ClientScriptManager.cs
- BufferedMessageWriter.cs
- ViewStateException.cs
- Configuration.cs
- EntityContainer.cs
- ActiveXHelper.cs
- DefaultPropertyAttribute.cs
- FixedDocumentSequencePaginator.cs
- Compress.cs
- OracleConnectionStringBuilder.cs
- glyphs.cs
- CodeIdentifier.cs
- ThreadAbortException.cs
- PathFigureCollectionConverter.cs
- TrackBar.cs
- ToolStripSystemRenderer.cs
- ProcessHostFactoryHelper.cs
- StringDictionary.cs
- ScriptReferenceEventArgs.cs
- DefaultMemberAttribute.cs
- StateManager.cs
- CheckPair.cs
- TextBox.cs
- RangeValuePatternIdentifiers.cs
- WindowsGrip.cs
- MulticastNotSupportedException.cs
- ReadOnlyObservableCollection.cs
- ValidationErrorEventArgs.cs
- Pool.cs
- XmlSchemaSequence.cs
- FloatSumAggregationOperator.cs
- MatchNoneMessageFilter.cs
- SqlExpressionNullability.cs
- AudioSignalProblemOccurredEventArgs.cs
- ActiveXHelper.cs
- ApplicationInfo.cs
- TableDetailsRow.cs
- Timer.cs
- StatusCommandUI.cs
- StringDictionaryWithComparer.cs
- StringAnimationUsingKeyFrames.cs
- ToolCreatedEventArgs.cs
- BrowserCapabilitiesFactory.cs
- SafeViewOfFileHandle.cs
- ConnectionManagementElement.cs
- XmlExpressionDumper.cs
- EventLogger.cs
- FormViewModeEventArgs.cs
- PointAnimationUsingPath.cs
- InternalUserCancelledException.cs
- ScrollBarRenderer.cs
- SQLDateTimeStorage.cs
- EmptyControlCollection.cs
- WorkflowRuntimeServicesBehavior.cs
- MaterialGroup.cs
- ObjectListShowCommandsEventArgs.cs
- Tablet.cs
- TileBrush.cs
- PrivateFontCollection.cs
- ContentControl.cs
- RequestCache.cs
- DiscoveryClientBindingElement.cs
- SqlNamer.cs