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
- GroupDescription.cs
- CodeTypeDelegate.cs
- DataFormat.cs
- SqlStatistics.cs
- XmlElementList.cs
- IBuiltInEvidence.cs
- CapabilitiesUse.cs
- GuidConverter.cs
- JobCollate.cs
- ContainerUIElement3D.cs
- ControlValuePropertyAttribute.cs
- CustomAttributeBuilder.cs
- AttachedPropertyMethodSelector.cs
- RestrictedTransactionalPackage.cs
- BinaryFormatter.cs
- ShaperBuffers.cs
- ObjectParameter.cs
- SortQueryOperator.cs
- SoapObjectInfo.cs
- ComAdminInterfaces.cs
- DataObjectFieldAttribute.cs
- panel.cs
- VerticalAlignConverter.cs
- CacheMemory.cs
- CodeTypeMemberCollection.cs
- FormsAuthenticationUser.cs
- WebPartZone.cs
- ToolboxItemAttribute.cs
- NamedPipeConnectionPoolSettings.cs
- StringToken.cs
- CodePropertyReferenceExpression.cs
- ListenerPerfCounters.cs
- _HeaderInfo.cs
- OpenFileDialog.cs
- GeometryDrawing.cs
- CacheDependency.cs
- XmlSerializerAssemblyAttribute.cs
- DocumentCollection.cs
- HttpVersion.cs
- Parser.cs
- XmlCodeExporter.cs
- FlowDocumentPaginator.cs
- GeneratedCodeAttribute.cs
- DispatcherEventArgs.cs
- UnitySerializationHolder.cs
- XmlSchemaChoice.cs
- FamilyTypefaceCollection.cs
- InkSerializer.cs
- ProtocolViolationException.cs
- MatrixTransform3D.cs
- DesignBindingPicker.cs
- BatchParser.cs
- RadioButton.cs
- BindingExpressionBase.cs
- ResourcePermissionBaseEntry.cs
- ZoneButton.cs
- RuleInfoComparer.cs
- UnsafeNativeMethods.cs
- HttpApplication.cs
- MessageQueuePermissionEntry.cs
- ToolStripPanelRenderEventArgs.cs
- ScriptBehaviorDescriptor.cs
- FileSystemInfo.cs
- ChtmlPageAdapter.cs
- SqlNotificationEventArgs.cs
- Semaphore.cs
- ModelPerspective.cs
- XsdCachingReader.cs
- InvalidDataException.cs
- ConfigurationErrorsException.cs
- ToolBarButton.cs
- HttpCookiesSection.cs
- HtmlSelect.cs
- XsltQilFactory.cs
- XsdSchemaFileEditor.cs
- BmpBitmapDecoder.cs
- RoutedEventArgs.cs
- ConstNode.cs
- ActiveXSite.cs
- MetadataWorkspace.cs
- Module.cs
- ChildTable.cs
- ISAPIApplicationHost.cs
- Serializer.cs
- XmlNode.cs
- DefaultValidator.cs
- DebuggerService.cs
- TypeLibConverter.cs
- IdnElement.cs
- TextTreeObjectNode.cs
- ConfigurationStrings.cs
- UrlEncodedParameterWriter.cs
- rsa.cs
- Label.cs
- BookmarkScope.cs
- FrameworkElementAutomationPeer.cs
- TextRunTypographyProperties.cs
- ArgumentNullException.cs
- EmptyReadOnlyDictionaryInternal.cs
- ConnectionsZone.cs