Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellContextMenuStripNeededEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ByteStorage.cs
- NonBatchDirectoryCompiler.cs
- DataGridItem.cs
- IncrementalCompileAnalyzer.cs
- IgnoreSection.cs
- DesignTimeVisibleAttribute.cs
- SmiConnection.cs
- MouseEventArgs.cs
- CodeMemberProperty.cs
- UncommonField.cs
- WindowsAuthenticationEventArgs.cs
- TrackingStringDictionary.cs
- SupportingTokenDuplexChannel.cs
- BamlBinaryWriter.cs
- RotateTransform.cs
- AdPostCacheSubstitution.cs
- LocalizationComments.cs
- SecurityDescriptor.cs
- UDPClient.cs
- Ops.cs
- WebPartConnectionsEventArgs.cs
- securitycriticaldataformultiplegetandset.cs
- HtmlInputFile.cs
- SafeProcessHandle.cs
- COM2PictureConverter.cs
- DataGridViewEditingControlShowingEventArgs.cs
- NetCodeGroup.cs
- _CommandStream.cs
- Util.cs
- OracleRowUpdatingEventArgs.cs
- Equal.cs
- XmlExtensionFunction.cs
- GridItemCollection.cs
- TextEndOfParagraph.cs
- ReferenceTypeElement.cs
- NameValuePair.cs
- XPathDocument.cs
- DownloadProgressEventArgs.cs
- WebPartTransformerCollection.cs
- UserControlCodeDomTreeGenerator.cs
- ScalarRestriction.cs
- StyleSelector.cs
- InheritanceContextHelper.cs
- StringFreezingAttribute.cs
- XmlComment.cs
- FontUnitConverter.cs
- IProvider.cs
- ObjectDataSourceStatusEventArgs.cs
- GetImportFileNameRequest.cs
- CodeFieldReferenceExpression.cs
- UnsafeNativeMethods.cs
- XPathNode.cs
- JulianCalendar.cs
- NumericUpDown.cs
- BindingBase.cs
- BasicCellRelation.cs
- CompareValidator.cs
- XhtmlBasicPageAdapter.cs
- AssemblyCollection.cs
- CodeDirectiveCollection.cs
- WinEventHandler.cs
- SQLMembershipProvider.cs
- InkSerializer.cs
- _DisconnectOverlappedAsyncResult.cs
- DynamicEntity.cs
- FontWeightConverter.cs
- DocumentViewerAutomationPeer.cs
- StretchValidation.cs
- TypeUtils.cs
- DbConnectionOptions.cs
- odbcmetadatacolumnnames.cs
- NativeMethods.cs
- TextDocumentView.cs
- MeasurementDCInfo.cs
- SplitterPanelDesigner.cs
- AssemblyCacheEntry.cs
- DiagnosticTrace.cs
- BaseCAMarshaler.cs
- XmlSchemaAnyAttribute.cs
- TextBoxBase.cs
- EditorZoneAutoFormat.cs
- SID.cs
- SqlEnums.cs
- ViewGenResults.cs
- ExpressionsCollectionConverter.cs
- DependencyPropertyChangedEventArgs.cs
- Journal.cs
- WebPartConnectionsConnectVerb.cs
- ChtmlCommandAdapter.cs
- WebDescriptionAttribute.cs
- CompressionTracing.cs
- TagMapInfo.cs
- ParagraphResult.cs
- FileNotFoundException.cs
- ListDictionaryInternal.cs
- RawAppCommandInputReport.cs
- QueryTask.cs
- GlyphingCache.cs
- FactoryRecord.cs
- CategoryAttribute.cs