Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MimeMapping.cs
- Accessors.cs
- OleDbConnection.cs
- WebBrowserContainer.cs
- SegmentInfo.cs
- SizeAnimationClockResource.cs
- SystemException.cs
- SafePointer.cs
- Cursors.cs
- TypeUsageBuilder.cs
- CannotUnloadAppDomainException.cs
- SqlCharStream.cs
- _LocalDataStoreMgr.cs
- ArrayElementGridEntry.cs
- MessageRpc.cs
- GenericUriParser.cs
- CollectionChangeEventArgs.cs
- SystemBrushes.cs
- RepeatInfo.cs
- NativeMethods.cs
- IntPtr.cs
- DataContext.cs
- JobDuplex.cs
- JsonFormatMapping.cs
- Point4D.cs
- UpdatePanelTrigger.cs
- QilExpression.cs
- RequestCacheEntry.cs
- ExtentCqlBlock.cs
- LoginName.cs
- IsolatedStorageException.cs
- ProxyHelper.cs
- TableLayoutSettingsTypeConverter.cs
- DataGridColumnHeaderCollection.cs
- System.Data_BID.cs
- SkewTransform.cs
- RowToParametersTransformer.cs
- ClientOperationFormatterProvider.cs
- RuntimeEnvironment.cs
- HandleCollector.cs
- ReverseComparer.cs
- LinearGradientBrush.cs
- MethodBuilderInstantiation.cs
- ErrorWebPart.cs
- UTF8Encoding.cs
- EditorAttributeInfo.cs
- OleDbDataAdapter.cs
- RayMeshGeometry3DHitTestResult.cs
- IFlowDocumentViewer.cs
- IsolatedStorageFilePermission.cs
- GenericIdentity.cs
- CodeArrayCreateExpression.cs
- COM2EnumConverter.cs
- ConfigXmlWhitespace.cs
- MarkedHighlightComponent.cs
- WasEndpointConfigContainer.cs
- GenerateHelper.cs
- ToolboxBitmapAttribute.cs
- BuildManagerHost.cs
- ProcessRequestArgs.cs
- DataControlLinkButton.cs
- SHA384Cng.cs
- JsonSerializer.cs
- RecognizedAudio.cs
- SchemaImporter.cs
- GetWinFXPath.cs
- ToolTip.cs
- EncryptedPackageFilter.cs
- MasterPage.cs
- SqlCacheDependency.cs
- autovalidator.cs
- LineBreak.cs
- AsymmetricCryptoHandle.cs
- UnsafePeerToPeerMethods.cs
- HttpCacheVary.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- CAGDesigner.cs
- Trace.cs
- OledbConnectionStringbuilder.cs
- EventBookmark.cs
- GregorianCalendar.cs
- FrameworkElement.cs
- TraceSource.cs
- InvalidOleVariantTypeException.cs
- AsyncOperation.cs
- WebBrowserNavigatingEventHandler.cs
- UserControl.cs
- SchemaAttDef.cs
- ProgressChangedEventArgs.cs
- ClaimComparer.cs
- RadioButton.cs
- KeyPullup.cs
- ChangeInterceptorAttribute.cs
- MappableObjectManager.cs
- DocumentViewerBaseAutomationPeer.cs
- EmptyCollection.cs
- StringAnimationBase.cs
- NativeMethodsCLR.cs
- MenuTracker.cs
- SelectManyQueryOperator.cs