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
- WebControlParameterProxy.cs
- PrtCap_Public_Simple.cs
- FunctionParameter.cs
- DesignerActionListCollection.cs
- JsonQueryStringConverter.cs
- SimpleTableProvider.cs
- SizeConverter.cs
- TemplateBuilder.cs
- OperandQuery.cs
- LicenseException.cs
- _DisconnectOverlappedAsyncResult.cs
- XmlDesignerDataSourceView.cs
- TempFiles.cs
- FirstMatchCodeGroup.cs
- GlobalProxySelection.cs
- unsafeIndexingFilterStream.cs
- ElementMarkupObject.cs
- ChildrenQuery.cs
- DirectoryNotFoundException.cs
- AssemblyBuilder.cs
- PropertyTabAttribute.cs
- ActivityDesigner.cs
- StreamUpgradeInitiator.cs
- SQLInt32.cs
- TimeManager.cs
- ListMarkerLine.cs
- DataGridViewMethods.cs
- HitTestDrawingContextWalker.cs
- NameValueFileSectionHandler.cs
- SqlSupersetValidator.cs
- Roles.cs
- PixelShader.cs
- InputMethodStateTypeInfo.cs
- EntityDataSourceReferenceGroup.cs
- DataColumn.cs
- CustomAttribute.cs
- ResponseStream.cs
- SkinBuilder.cs
- VirtualizedCellInfoCollection.cs
- JumpList.cs
- EncryptedPackageFilter.cs
- FieldAccessException.cs
- ServiceModelConfigurationSectionCollection.cs
- WebServiceMethodData.cs
- DragDrop.cs
- Function.cs
- SQLDoubleStorage.cs
- _ListenerResponseStream.cs
- Rules.cs
- CommentEmitter.cs
- ItemContainerGenerator.cs
- CaseInsensitiveHashCodeProvider.cs
- MaterialCollection.cs
- Inflater.cs
- OutputWindow.cs
- _AutoWebProxyScriptEngine.cs
- ResourceContainer.cs
- Pointer.cs
- ExpressionCopier.cs
- FontFamilyValueSerializer.cs
- BackgroundFormatInfo.cs
- CheckedPointers.cs
- XmlSchemaParticle.cs
- PinnedBufferMemoryStream.cs
- XmlAttributes.cs
- ToolboxItemCollection.cs
- KeyInfo.cs
- HMACSHA256.cs
- InputMethodStateChangeEventArgs.cs
- ISAPIRuntime.cs
- DigitalSignature.cs
- VirtualDirectoryMappingCollection.cs
- DocumentsTrace.cs
- TableLayoutStyleCollection.cs
- DependencyObjectType.cs
- SafeLocalMemHandle.cs
- NetMsmqSecurityElement.cs
- UrlPath.cs
- Hashtable.cs
- Int32KeyFrameCollection.cs
- SqlBulkCopy.cs
- RoleBoolean.cs
- Empty.cs
- HttpWebRequestElement.cs
- CodeMemberEvent.cs
- ScrollableControl.cs
- HierarchicalDataBoundControl.cs
- ThrowHelper.cs
- ContentDisposition.cs
- indexingfiltermarshaler.cs
- MetadataAssemblyHelper.cs
- BitmapVisualManager.cs
- ParseChildrenAsPropertiesAttribute.cs
- SingleKeyFrameCollection.cs
- DataControlCommands.cs
- ClientCultureInfo.cs
- PropertyPathConverter.cs
- AnnotationComponentChooser.cs
- SelfIssuedTokenFactoryCredential.cs
- WeakEventManager.cs