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
- BuilderPropertyEntry.cs
- BuildProviderInstallComponent.cs
- CellRelation.cs
- UIElementParagraph.cs
- UInt64Storage.cs
- MessagePartProtectionMode.cs
- EventLog.cs
- RuleRef.cs
- XmlNamespaceDeclarationsAttribute.cs
- RuntimeHandles.cs
- ToolboxItem.cs
- HttpWriter.cs
- QilReference.cs
- VisualCollection.cs
- ConditionalAttribute.cs
- MailFileEditor.cs
- XmlAtomicValue.cs
- COAUTHIDENTITY.cs
- GuidelineSet.cs
- XmlAttributes.cs
- GeometryGroup.cs
- XPathDocumentBuilder.cs
- DataRowView.cs
- CodeConditionStatement.cs
- MyContact.cs
- QuadraticBezierSegment.cs
- VisualProxy.cs
- GenericTypeParameterBuilder.cs
- LazyTextWriterCreator.cs
- EncodingStreamWrapper.cs
- MethodCallConverter.cs
- PartitionResolver.cs
- SpeechSeg.cs
- DesignerForm.cs
- XmlSchemaInclude.cs
- CodeAttributeDeclarationCollection.cs
- DesignerWithHeader.cs
- RegisterResponseInfo.cs
- MetadataArtifactLoader.cs
- Int32Converter.cs
- FormViewCommandEventArgs.cs
- ProfileElement.cs
- Compiler.cs
- CriticalExceptions.cs
- LocalIdKeyIdentifierClause.cs
- HttpValueCollection.cs
- Attributes.cs
- OleDbDataAdapter.cs
- DetailsViewUpdatedEventArgs.cs
- PcmConverter.cs
- CriticalFinalizerObject.cs
- EtwTrackingBehavior.cs
- ProjectionRewriter.cs
- DeferredRunTextReference.cs
- PointF.cs
- ConditionValidator.cs
- configsystem.cs
- ExtendedPropertyInfo.cs
- SendSecurityHeaderElement.cs
- DataGridViewRowEventArgs.cs
- BindingListCollectionView.cs
- SizeAnimation.cs
- ModulesEntry.cs
- DecoderBestFitFallback.cs
- BoundsDrawingContextWalker.cs
- StatusBar.cs
- DataGridCell.cs
- ExternalException.cs
- assemblycache.cs
- UriExt.cs
- KeyFrames.cs
- WmlMobileTextWriter.cs
- ErrorTableItemStyle.cs
- OleDbMetaDataFactory.cs
- streamingZipPartStream.cs
- _HeaderInfoTable.cs
- BlobPersonalizationState.cs
- IdentityNotMappedException.cs
- AmbientLight.cs
- DataObjectEventArgs.cs
- PropertyGeneratedEventArgs.cs
- WeakReferenceKey.cs
- SQLGuidStorage.cs
- XmlAggregates.cs
- PrivilegedConfigurationManager.cs
- TextEditorMouse.cs
- PreloadedPackages.cs
- SchemaInfo.cs
- PrimitiveXmlSerializers.cs
- HwndStylusInputProvider.cs
- Int32CollectionConverter.cs
- BrowserCapabilitiesCodeGenerator.cs
- ToolZone.cs
- SetterBaseCollection.cs
- SecurityContextSecurityTokenResolver.cs
- XmlILIndex.cs
- HashCryptoHandle.cs
- ResolveMatches11.cs
- VisualProxy.cs
- TaiwanLunisolarCalendar.cs