Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellContextMenuStripNeededEventArgs.cs / 1 / DataGridViewCellContextMenuStripNeededEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewCellContextMenuStripNeededEventArgs : DataGridViewCellEventArgs { private ContextMenuStrip contextMenuStrip; /// public DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex) : base(columnIndex, rowIndex) { } internal DataGridViewCellContextMenuStripNeededEventArgs( int columnIndex, int rowIndex, ContextMenuStrip contextMenuStrip) : base(columnIndex, rowIndex) { this.contextMenuStrip = contextMenuStrip; } /// public ContextMenuStrip ContextMenuStrip { get { return this.contextMenuStrip; } set { this.contextMenuStrip = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ///public class DataGridViewCellContextMenuStripNeededEventArgs : DataGridViewCellEventArgs { private ContextMenuStrip contextMenuStrip; /// public DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex) : base(columnIndex, rowIndex) { } internal DataGridViewCellContextMenuStripNeededEventArgs( int columnIndex, int rowIndex, ContextMenuStrip contextMenuStrip) : base(columnIndex, rowIndex) { this.contextMenuStrip = contextMenuStrip; } /// public ContextMenuStrip ContextMenuStrip { get { return this.contextMenuStrip; } set { this.contextMenuStrip = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageListUtils.cs
- HeaderPanel.cs
- CallSiteHelpers.cs
- NetworkInterface.cs
- XslCompiledTransform.cs
- TrackingProfile.cs
- NonDualMessageSecurityOverHttp.cs
- BasicViewGenerator.cs
- MissingSatelliteAssemblyException.cs
- WorkflowInstanceExtensionProvider.cs
- XmlBinaryReaderSession.cs
- OutputCacheProfileCollection.cs
- StylesEditorDialog.cs
- XmlDocument.cs
- _ConnectStream.cs
- MenuItemBindingCollection.cs
- AssemblyBuilder.cs
- ReadOnlyDictionary.cs
- X509CertificateTokenFactoryCredential.cs
- DetailsViewUpdateEventArgs.cs
- XmlSchemaDatatype.cs
- VBCodeProvider.cs
- ReadContentAsBinaryHelper.cs
- SoapElementAttribute.cs
- ColumnResizeUndoUnit.cs
- Select.cs
- ConfigurationManagerHelperFactory.cs
- OleDbWrapper.cs
- RelationshipEntry.cs
- HuffCodec.cs
- XmlNotation.cs
- TypeBuilderInstantiation.cs
- IISUnsafeMethods.cs
- HotSpot.cs
- LocalBuilder.cs
- UrlPath.cs
- HttpListener.cs
- BitmapPalettes.cs
- EnlistmentTraceIdentifier.cs
- sitestring.cs
- GetCardDetailsRequest.cs
- TrackingMemoryStreamFactory.cs
- CursorConverter.cs
- HostProtectionException.cs
- TextElementAutomationPeer.cs
- Gdiplus.cs
- DataListItemEventArgs.cs
- RuntimeEnvironment.cs
- AudioSignalProblemOccurredEventArgs.cs
- CompositeCollectionView.cs
- InputScopeAttribute.cs
- GridItemPatternIdentifiers.cs
- GridViewDeleteEventArgs.cs
- NativeMethods.cs
- RightsManagementPermission.cs
- WeakRefEnumerator.cs
- KernelTypeValidation.cs
- StrokeCollectionConverter.cs
- GenericTypeParameterConverter.cs
- FirstQueryOperator.cs
- TimersDescriptionAttribute.cs
- XmlReflectionImporter.cs
- DbConnectionPoolGroup.cs
- PropertyChangeTracker.cs
- XmlSchemaComplexContentExtension.cs
- EventHandlersStore.cs
- parserscommon.cs
- Frame.cs
- xml.cs
- RecordsAffectedEventArgs.cs
- ControlPaint.cs
- UrlPropertyAttribute.cs
- Thread.cs
- validationstate.cs
- HttpRawResponse.cs
- CompilerLocalReference.cs
- XmlSchemaAnnotated.cs
- DesignBindingValueUIHandler.cs
- SafeArrayRankMismatchException.cs
- FixedSOMElement.cs
- UnknownBitmapEncoder.cs
- Keywords.cs
- OdbcCommandBuilder.cs
- DataGridToolTip.cs
- ToolStripOverflow.cs
- BaseCodeDomTreeGenerator.cs
- NotifyCollectionChangedEventArgs.cs
- PasswordRecoveryDesigner.cs
- TakeQueryOptionExpression.cs
- XPathDescendantIterator.cs
- CacheSection.cs
- FileSecurity.cs
- MemberAssignment.cs
- DigestTraceRecordHelper.cs
- SqlTriggerContext.cs
- MissingManifestResourceException.cs
- Tracking.cs
- Splitter.cs
- ImageMapEventArgs.cs
- CompoundFileReference.cs