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
- WebPartConnectionsCancelVerb.cs
- ObjectAssociationEndMapping.cs
- RuntimeCompatibilityAttribute.cs
- AnimationStorage.cs
- XmlToDatasetMap.cs
- FullTextBreakpoint.cs
- ManualResetEvent.cs
- ExeConfigurationFileMap.cs
- RowSpanVector.cs
- LongSumAggregationOperator.cs
- CharacterHit.cs
- CertificateManager.cs
- UniqueEventHelper.cs
- TickBar.cs
- LinqToSqlWrapper.cs
- PassportPrincipal.cs
- ObjectItemAssemblyLoader.cs
- CommonObjectSecurity.cs
- ZipIOExtraFieldZip64Element.cs
- SessionEndingCancelEventArgs.cs
- ClientConfigPaths.cs
- DesignerTransactionCloseEvent.cs
- BCLDebug.cs
- EnumConverter.cs
- ButtonChrome.cs
- MetadataArtifactLoaderResource.cs
- SqlNamer.cs
- UnsafeNativeMethods.cs
- RegisteredDisposeScript.cs
- RawMouseInputReport.cs
- XmlSchemaParticle.cs
- AuthorizationRuleCollection.cs
- SecurityException.cs
- ComplexLine.cs
- NavigationProperty.cs
- SiteMapDataSourceView.cs
- RoleServiceManager.cs
- HatchBrush.cs
- SimpleApplicationHost.cs
- OrderedDictionary.cs
- SqlDataSourceCache.cs
- GeometryHitTestParameters.cs
- WizardForm.cs
- LiteralText.cs
- CFStream.cs
- DataListCommandEventArgs.cs
- LabelAutomationPeer.cs
- TableParagraph.cs
- FigureParagraph.cs
- ScalarType.cs
- WebRequestModuleElementCollection.cs
- Point.cs
- ReadWriteControlDesigner.cs
- TypeDescriptor.cs
- ScaleTransform3D.cs
- XpsResourceDictionary.cs
- SamlAttribute.cs
- HostedElements.cs
- ModuleConfigurationInfo.cs
- Schema.cs
- WindowsProgressbar.cs
- IIS7UserPrincipal.cs
- MarshalDirectiveException.cs
- ServiceChannelFactory.cs
- RectAnimationUsingKeyFrames.cs
- TerminateDesigner.cs
- MatrixTransform3D.cs
- Column.cs
- Asn1IntegerConverter.cs
- EventBuilder.cs
- DataGridViewLinkCell.cs
- Flowchart.cs
- sqlcontext.cs
- XmlSortKeyAccumulator.cs
- ProfilePropertyNameValidator.cs
- PlainXmlSerializer.cs
- LayoutManager.cs
- FileIOPermission.cs
- SafeThemeHandle.cs
- ToolConsole.cs
- columnmapkeybuilder.cs
- ZipPackagePart.cs
- NetSectionGroup.cs
- EntityType.cs
- AssemblyFilter.cs
- Scene3D.cs
- NavigationEventArgs.cs
- DbParameterHelper.cs
- StickyNoteHelper.cs
- ChannelBuilder.cs
- ToolStripOverflow.cs
- WindowsUpDown.cs
- ExceptionRoutedEventArgs.cs
- DataGridViewTopRowAccessibleObject.cs
- WindowsAuthenticationModule.cs
- InfoCardArgumentException.cs
- ObjectDataSourceChooseTypePanel.cs
- UnsafeNativeMethods.cs
- ModuleBuilderData.cs
- CodePageUtils.cs