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
- CancellationHandler.cs
- SubclassTypeValidator.cs
- XmlnsPrefixAttribute.cs
- ControlIdConverter.cs
- KeyValueSerializer.cs
- DataControlButton.cs
- Site.cs
- ClusterSafeNativeMethods.cs
- MailHeaderInfo.cs
- X509Utils.cs
- DropTarget.cs
- RtfControls.cs
- SR.cs
- COAUTHINFO.cs
- RangeBase.cs
- TextBoxBase.cs
- webproxy.cs
- HtmlInputPassword.cs
- ProfileSettings.cs
- ClockController.cs
- GenericTextProperties.cs
- smtppermission.cs
- UIServiceHelper.cs
- PreservationFileReader.cs
- TextEffectCollection.cs
- invalidudtexception.cs
- HostProtectionException.cs
- NumericUpDownAcceleration.cs
- TypedTableBaseExtensions.cs
- RoleManagerEventArgs.cs
- WebMessageEncoderFactory.cs
- OutputCacheModule.cs
- Point3DAnimation.cs
- Win32MouseDevice.cs
- _UncName.cs
- LayoutEvent.cs
- MimeMultiPart.cs
- DataGridViewCellValueEventArgs.cs
- UdpSocket.cs
- EmissiveMaterial.cs
- NamedPermissionSet.cs
- _ProxyChain.cs
- StrongName.cs
- SemaphoreFullException.cs
- CopyOfAction.cs
- XPathBinder.cs
- AlternationConverter.cs
- DataGridViewCellStyleChangedEventArgs.cs
- StubHelpers.cs
- ExtensionQuery.cs
- RichTextBoxAutomationPeer.cs
- RoleGroupCollection.cs
- GetWorkflowTree.cs
- Camera.cs
- XmlWriterSettings.cs
- XmlDocumentFragment.cs
- PathSegmentCollection.cs
- SynchronousChannelMergeEnumerator.cs
- RepeaterItem.cs
- HandleRef.cs
- XPathNode.cs
- EventLogQuery.cs
- PrintController.cs
- SchemaManager.cs
- Number.cs
- Pair.cs
- HwndAppCommandInputProvider.cs
- LicenseContext.cs
- HostingEnvironment.cs
- DefinitionBase.cs
- EntityTypeEmitter.cs
- MediaElementAutomationPeer.cs
- SingleAnimation.cs
- BindingCompleteEventArgs.cs
- TdsParserStateObject.cs
- QuaternionAnimation.cs
- LogLogRecordHeader.cs
- HttpCapabilitiesSectionHandler.cs
- ByteStorage.cs
- RecordBuilder.cs
- AnnotationObservableCollection.cs
- HtmlAnchor.cs
- PackageFilter.cs
- ConfigurationException.cs
- MultiTargetingUtil.cs
- PlaceHolder.cs
- ComponentCache.cs
- XpsFilter.cs
- TreeBuilderBamlTranslator.cs
- TextEditor.cs
- DbConnectionPoolGroupProviderInfo.cs
- ClosureBinding.cs
- XNodeValidator.cs
- ErrorLog.cs
- NaturalLanguageHyphenator.cs
- LinkArea.cs
- FontStyleConverter.cs
- InvalidWMPVersionException.cs
- DataRelationPropertyDescriptor.cs
- UriTemplateEquivalenceComparer.cs