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
- SoapFault.cs
- ResourceKey.cs
- WCFModelStrings.Designer.cs
- Handle.cs
- FastPropertyAccessor.cs
- TypedTableGenerator.cs
- ContextQuery.cs
- NCryptSafeHandles.cs
- ConcurrentStack.cs
- ObjectHandle.cs
- StringUtil.cs
- DataSourceCacheDurationConverter.cs
- RNGCryptoServiceProvider.cs
- DATA_BLOB.cs
- InternalPolicyElement.cs
- TypeSemantics.cs
- ApplicationServiceHelper.cs
- ColumnHeader.cs
- FeatureSupport.cs
- DataListItemCollection.cs
- NativeCompoundFileAPIs.cs
- FilteredSchemaElementLookUpTable.cs
- FolderBrowserDialogDesigner.cs
- ParameterCollection.cs
- ControlBuilderAttribute.cs
- LogEntry.cs
- ConfigurationFileMap.cs
- StyleBamlRecordReader.cs
- DefaultEventAttribute.cs
- InputMethod.cs
- Metadata.cs
- SoapHttpTransportImporter.cs
- MessagePartSpecification.cs
- State.cs
- ManagementBaseObject.cs
- _UncName.cs
- nulltextcontainer.cs
- BindUriHelper.cs
- OleDbReferenceCollection.cs
- TypeDescriptor.cs
- Converter.cs
- StrongNameIdentityPermission.cs
- WebRequestModuleElementCollection.cs
- SqlDataSourceParameterParser.cs
- SafeNativeMethods.cs
- ProfileGroupSettingsCollection.cs
- ParallelEnumerable.cs
- Matrix3DValueSerializer.cs
- LinkUtilities.cs
- TransformPattern.cs
- XmlUTF8TextReader.cs
- diagnosticsswitches.cs
- Update.cs
- ValidationHelper.cs
- XmlArrayAttribute.cs
- DataObjectMethodAttribute.cs
- CharStorage.cs
- StructuredTypeInfo.cs
- AssemblyNameProxy.cs
- _NtlmClient.cs
- DataViewListener.cs
- TemplateBindingExtension.cs
- Policy.cs
- ExtendedProperty.cs
- VariableQuery.cs
- LocalsItemDescription.cs
- DataGridViewUtilities.cs
- ProfileModule.cs
- RoleGroupCollection.cs
- IntegerValidatorAttribute.cs
- SqlDataSourceEnumerator.cs
- DispatchProxy.cs
- DispatcherEventArgs.cs
- TypeConverters.cs
- GlobalizationAssembly.cs
- ColumnMapTranslator.cs
- Root.cs
- MultiSelector.cs
- sapiproxy.cs
- SecurityKeyIdentifierClause.cs
- DataObjectAttribute.cs
- KnownBoxes.cs
- SelectedDatesCollection.cs
- AppearanceEditorPart.cs
- ListParagraph.cs
- ThemeDirectoryCompiler.cs
- DEREncoding.cs
- PolyBezierSegmentFigureLogic.cs
- MediaPlayer.cs
- NavigationEventArgs.cs
- NameValueConfigurationElement.cs
- ServicesUtilities.cs
- XmlWellformedWriter.cs
- TextParagraph.cs
- PasswordBox.cs
- PhysicalAddress.cs
- IdnMapping.cs
- METAHEADER.cs
- DataServiceClientException.cs
- Composition.cs