Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewEditingControlShowingEventArgs.cs / 1 / DataGridViewEditingControlShowingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Windows.Forms; using System; ///public class DataGridViewEditingControlShowingEventArgs : EventArgs { Control control = null; DataGridViewCellStyle cellStyle; /// public DataGridViewEditingControlShowingEventArgs(Control control, DataGridViewCellStyle cellStyle) { this.control = control; this.cellStyle = cellStyle; } /// public DataGridViewCellStyle CellStyle { get { return this.cellStyle; } set { if (value == null) { throw new ArgumentNullException("value"); } this.cellStyle = value; } } /// public Control Control { get { return this.control; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- precedingquery.cs
- AvTraceFormat.cs
- AnimationLayer.cs
- Currency.cs
- JavascriptXmlWriterWrapper.cs
- RegexCharClass.cs
- CompositeActivityTypeDescriptorProvider.cs
- versioninfo.cs
- WindowsSysHeader.cs
- WindowsSidIdentity.cs
- SRGSCompiler.cs
- _Win32.cs
- DataGridViewLinkCell.cs
- ClientSettingsProvider.cs
- LogEntryHeaderDeserializer.cs
- FlowSwitchLink.cs
- PrePrepareMethodAttribute.cs
- PersonalizationDictionary.cs
- CodeLabeledStatement.cs
- ModelVisual3D.cs
- SafeNativeMethods.cs
- DbQueryCommandTree.cs
- basecomparevalidator.cs
- BuildDependencySet.cs
- UIPermission.cs
- CommandID.cs
- RegexParser.cs
- ToolStripProgressBar.cs
- TrustManagerPromptUI.cs
- HtmlTableCellCollection.cs
- AlignmentYValidation.cs
- BooleanExpr.cs
- mansign.cs
- ScriptingAuthenticationServiceSection.cs
- TabControl.cs
- Activity.cs
- IPPacketInformation.cs
- MD5Cng.cs
- ToolStripLabel.cs
- OverflowException.cs
- MimeAnyImporter.cs
- ResourceReferenceKeyNotFoundException.cs
- InfoCardListRequest.cs
- ExpressionConverter.cs
- Executor.cs
- RectConverter.cs
- Decimal.cs
- DbParameterCollectionHelper.cs
- FontFaceLayoutInfo.cs
- login.cs
- Section.cs
- Debug.cs
- GetPageNumberCompletedEventArgs.cs
- ObjectIDGenerator.cs
- DataGridViewColumnDesigner.cs
- ResourceCategoryAttribute.cs
- DependencySource.cs
- DependencyPropertyKey.cs
- FontResourceCache.cs
- ParseElement.cs
- PropertyMapper.cs
- MapPathBasedVirtualPathProvider.cs
- CodeRemoveEventStatement.cs
- XmlSchemaSimpleType.cs
- MemoryPressure.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ConstantCheck.cs
- CodeNamespace.cs
- SizeAnimationUsingKeyFrames.cs
- BrowserTree.cs
- BindingGroup.cs
- FixedDocumentPaginator.cs
- BitmapPalette.cs
- TemplateNameScope.cs
- TCEAdapterGenerator.cs
- ListSortDescription.cs
- SmiEventSink_DeferedProcessing.cs
- DrawingCollection.cs
- Win32Native.cs
- ParseElementCollection.cs
- SerializationHelper.cs
- SqlDataReader.cs
- DirectoryNotFoundException.cs
- TypeConverterHelper.cs
- ActivationWorker.cs
- ExpandSegment.cs
- FolderLevelBuildProvider.cs
- ResourceDefaultValueAttribute.cs
- BooleanAnimationBase.cs
- CngAlgorithm.cs
- LineUtil.cs
- DesignerSerializerAttribute.cs
- Annotation.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- BitmapData.cs
- SelectionPattern.cs
- GraphicsPathIterator.cs
- remotingproxy.cs
- TreeView.cs
- TextTreeObjectNode.cs