Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewEditingControlShowingEventArgs.cs / 1305376 / 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
- SQLBinary.cs
- SizeKeyFrameCollection.cs
- ConsoleCancelEventArgs.cs
- Query.cs
- SectionRecord.cs
- Highlights.cs
- HttpListenerContext.cs
- DynamicValueConverter.cs
- CodeAccessSecurityEngine.cs
- SQLDateTimeStorage.cs
- BufferedGraphics.cs
- TcpConnectionPoolSettingsElement.cs
- UInt32Storage.cs
- Type.cs
- RowUpdatingEventArgs.cs
- TabPageDesigner.cs
- ConfigurationValues.cs
- DebugView.cs
- RoutedCommand.cs
- ContextMarshalException.cs
- SafeRightsManagementQueryHandle.cs
- AvTrace.cs
- DateTimeFormatInfo.cs
- ComboBox.cs
- ShaperBuffers.cs
- ExpressionContext.cs
- _AcceptOverlappedAsyncResult.cs
- StatusBar.cs
- InvalidBodyAccessException.cs
- FindCriteriaCD1.cs
- WebPartZoneCollection.cs
- CustomPopupPlacement.cs
- HideDisabledControlAdapter.cs
- ZipIOLocalFileBlock.cs
- Win32PrintDialog.cs
- Item.cs
- DocumentApplicationState.cs
- QueryTask.cs
- IndicShape.cs
- PackWebRequest.cs
- EntitySetBase.cs
- CodeMemberEvent.cs
- EmptyStringExpandableObjectConverter.cs
- StringFunctions.cs
- PrintDialogException.cs
- ViewStateModeByIdAttribute.cs
- SecurityManager.cs
- ExpressionContext.cs
- SqlStream.cs
- UIAgentMonitorHandle.cs
- AppSettingsReader.cs
- Material.cs
- RadioButtonStandardAdapter.cs
- RbTree.cs
- IpcManager.cs
- UserPersonalizationStateInfo.cs
- DesignBinding.cs
- SHA512.cs
- PlatformCulture.cs
- MouseGesture.cs
- TdsValueSetter.cs
- OracleException.cs
- RegisteredExpandoAttribute.cs
- TextRangeAdaptor.cs
- TransformPatternIdentifiers.cs
- FatalException.cs
- ErrorLog.cs
- IisTraceWebEventProvider.cs
- DbConnectionClosed.cs
- Clause.cs
- HtmlCalendarAdapter.cs
- AssemblyNameProxy.cs
- EnumValidator.cs
- shaperfactoryquerycachekey.cs
- BitmapSourceSafeMILHandle.cs
- SqlExpressionNullability.cs
- WebPartEditorCancelVerb.cs
- LOSFormatter.cs
- StatusBarDrawItemEvent.cs
- XsdCachingReader.cs
- WeakReferenceKey.cs
- CorePropertiesFilter.cs
- BordersPage.cs
- StreamSecurityUpgradeInitiatorBase.cs
- Rule.cs
- OracleDateTime.cs
- IsolationInterop.cs
- DrawingServices.cs
- MetadataArtifactLoaderResource.cs
- BrowserCapabilitiesFactory.cs
- Model3D.cs
- HttpCapabilitiesBase.cs
- PropertyNames.cs
- ChameleonKey.cs
- SHA384Managed.cs
- StorageFunctionMapping.cs
- GridItemPattern.cs
- IntegerFacetDescriptionElement.cs
- XmlEncoding.cs
- SqlBulkCopyColumnMappingCollection.cs