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
- Mouse.cs
- BinaryConverter.cs
- ConnectorSelectionGlyph.cs
- XmlRootAttribute.cs
- SqlDependencyListener.cs
- ContentAlignmentEditor.cs
- ToolStripItemCollection.cs
- RelationshipFixer.cs
- WindowsTreeView.cs
- StrokeNode.cs
- PermissionSetTriple.cs
- HeaderCollection.cs
- XsltInput.cs
- ComponentConverter.cs
- Error.cs
- ListViewDataItem.cs
- Enum.cs
- StringUtil.cs
- UdpDiscoveryEndpointElement.cs
- SafeEventLogReadHandle.cs
- DiscardableAttribute.cs
- CommentEmitter.cs
- VerificationAttribute.cs
- ErrorWrapper.cs
- MemoryMappedViewAccessor.cs
- ProgressChangedEventArgs.cs
- NameHandler.cs
- CopyOfAction.cs
- RemoteWebConfigurationHostServer.cs
- HandlerBase.cs
- IgnoreSectionHandler.cs
- VisualBasicValue.cs
- DependencyObjectProvider.cs
- UpWmlMobileTextWriter.cs
- FormatterConverter.cs
- ClrPerspective.cs
- JournalEntryStack.cs
- AnonymousIdentificationSection.cs
- comcontractssection.cs
- ArgIterator.cs
- RegistrationServices.cs
- RawStylusInputCustomDataList.cs
- OpenFileDialog.cs
- Visual3D.cs
- PrinterSettings.cs
- PropertyMappingExceptionEventArgs.cs
- SqlInternalConnection.cs
- XpsS0ValidatingLoader.cs
- AxisAngleRotation3D.cs
- MenuAutomationPeer.cs
- QueryParameter.cs
- WebSysDisplayNameAttribute.cs
- SecureStringHasher.cs
- VisualStyleTypesAndProperties.cs
- WsdlEndpointConversionContext.cs
- ColorConvertedBitmapExtension.cs
- CodeCatchClause.cs
- SmtpReplyReaderFactory.cs
- IList.cs
- BrowserDefinition.cs
- EntityKey.cs
- WebSysDefaultValueAttribute.cs
- UTF32Encoding.cs
- HttpServerProtocol.cs
- NativeMethods.cs
- ReadOnlyKeyedCollection.cs
- PhysicalFontFamily.cs
- AbstractSvcMapFileLoader.cs
- Rfc2898DeriveBytes.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- CommandEventArgs.cs
- XmlIlTypeHelper.cs
- QilVisitor.cs
- ClassHandlersStore.cs
- LogReserveAndAppendState.cs
- RSAOAEPKeyExchangeFormatter.cs
- BoundPropertyEntry.cs
- loginstatus.cs
- QuaternionConverter.cs
- OleDbDataAdapter.cs
- Label.cs
- XmlElementAttribute.cs
- XPathNodeHelper.cs
- SqlCacheDependencyDatabaseCollection.cs
- DayRenderEvent.cs
- ListManagerBindingsCollection.cs
- UserPreferenceChangingEventArgs.cs
- SafeNativeMethods.cs
- SqlXmlStorage.cs
- CodeCommentStatement.cs
- IImplicitResourceProvider.cs
- CharConverter.cs
- XmlWriterTraceListener.cs
- ScrollChangedEventArgs.cs
- CharUnicodeInfo.cs
- NetWebProxyFinder.cs
- BitmapEffectvisualstate.cs
- selecteditemcollection.cs
- XmlILOptimizerVisitor.cs
- DiffuseMaterial.cs