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
- FormViewUpdatedEventArgs.cs
- DesignerSerializationVisibilityAttribute.cs
- PropertyPath.cs
- RemoteArgument.cs
- SqlCharStream.cs
- PageTheme.cs
- ZipIOModeEnforcingStream.cs
- SmtpReplyReaderFactory.cs
- MessageQueuePermissionAttribute.cs
- HMACRIPEMD160.cs
- TrackBarRenderer.cs
- SecurityTokenRequirement.cs
- BamlRecordReader.cs
- ResizeGrip.cs
- SimpleBitVector32.cs
- MenuItem.cs
- FtpWebResponse.cs
- TextTreeRootNode.cs
- DataListItemCollection.cs
- NativeMethods.cs
- DataServiceQueryContinuation.cs
- CompilationLock.cs
- securitycriticaldata.cs
- RichTextBox.cs
- MILUtilities.cs
- SspiHelper.cs
- UserControlBuildProvider.cs
- TextServicesPropertyRanges.cs
- ArrayWithOffset.cs
- FontInfo.cs
- WebExceptionStatus.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- returneventsaver.cs
- PropertyGroupDescription.cs
- CodeAccessSecurityEngine.cs
- EntityDataSourceContainerNameConverter.cs
- WeakEventManager.cs
- TemplateBuilder.cs
- MessageAction.cs
- WebBrowserNavigatedEventHandler.cs
- Parser.cs
- Logging.cs
- DNS.cs
- UrlPath.cs
- SmtpClient.cs
- XmlDataSourceView.cs
- ReturnEventArgs.cs
- PEFileEvidenceFactory.cs
- MarshalByValueComponent.cs
- UserNameSecurityTokenAuthenticator.cs
- FragmentQueryProcessor.cs
- HandlerWithFactory.cs
- OleStrCAMarshaler.cs
- TextEditorLists.cs
- DesignerDataSchemaClass.cs
- base64Transforms.cs
- COM2IDispatchConverter.cs
- DataGridViewSelectedCellCollection.cs
- WebPartEditorOkVerb.cs
- AuthorizationRuleCollection.cs
- CompilerWrapper.cs
- DockingAttribute.cs
- WorkflowOwnershipException.cs
- ThreadStaticAttribute.cs
- XmlSchemaFacet.cs
- ObjectDesignerDataSourceView.cs
- MdiWindowListStrip.cs
- InternalTransaction.cs
- CodeExpressionRuleDeclaration.cs
- CryptoProvider.cs
- HttpListenerPrefixCollection.cs
- ListViewItemMouseHoverEvent.cs
- UInt16.cs
- MessageBodyMemberAttribute.cs
- ListViewUpdatedEventArgs.cs
- TextTreeFixupNode.cs
- VisualStyleRenderer.cs
- WebPartCancelEventArgs.cs
- DataGridSortCommandEventArgs.cs
- ReadOnlyHierarchicalDataSource.cs
- DefaultAsyncDataDispatcher.cs
- FixedHyperLink.cs
- ScrollProperties.cs
- InvalidCastException.cs
- OdbcTransaction.cs
- XmlSchemaAny.cs
- pingexception.cs
- InvariantComparer.cs
- ConfigXmlSignificantWhitespace.cs
- TraceUtility.cs
- PropertyCondition.cs
- InheritedPropertyChangedEventArgs.cs
- VisualTreeHelper.cs
- ConnectionProviderAttribute.cs
- MatrixTransform3D.cs
- DataGridViewRowEventArgs.cs
- InitializingNewItemEventArgs.cs
- ContentOperations.cs
- DataViewSetting.cs
- RpcCryptoRequest.cs