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
- RoleManagerSection.cs
- safex509handles.cs
- HandleExceptionArgs.cs
- BCryptHashAlgorithm.cs
- ProfileServiceManager.cs
- VScrollBar.cs
- _SingleItemRequestCache.cs
- DataGridRowEventArgs.cs
- UnsafeNativeMethodsTablet.cs
- DocumentGridPage.cs
- DoubleCollectionValueSerializer.cs
- mediaeventshelper.cs
- RequestResizeEvent.cs
- DataGridHelper.cs
- SQLBytesStorage.cs
- CodeNamespace.cs
- MediaEntryAttribute.cs
- HttpServerVarsCollection.cs
- PropertyEntry.cs
- XmlEntity.cs
- SqlTransaction.cs
- UpnEndpointIdentityExtension.cs
- ComboBoxAutomationPeer.cs
- AlternationConverter.cs
- PrivilegeNotHeldException.cs
- Style.cs
- OlePropertyStructs.cs
- WindowsBrush.cs
- BinHexDecoder.cs
- SafeNativeMethodsMilCoreApi.cs
- TextSelectionProcessor.cs
- ListParagraph.cs
- DecoderReplacementFallback.cs
- BufferedStream.cs
- XmlNodeWriter.cs
- GeneratedCodeAttribute.cs
- NullableLongAverageAggregationOperator.cs
- Nodes.cs
- ScriptComponentDescriptor.cs
- QilChoice.cs
- NativeMethods.cs
- DeclarationUpdate.cs
- SiteMapHierarchicalDataSourceView.cs
- XmlAnyElementAttributes.cs
- TypeGeneratedEventArgs.cs
- BuilderPropertyEntry.cs
- FrameworkTextComposition.cs
- Panel.cs
- TextTreeTextElementNode.cs
- LateBoundBitmapDecoder.cs
- ColorIndependentAnimationStorage.cs
- JavaScriptString.cs
- TraceHandler.cs
- DynamicValidator.cs
- StackBuilderSink.cs
- ResourcesGenerator.cs
- Attributes.cs
- ApplicationServicesHostFactory.cs
- RawContentTypeMapper.cs
- ClientData.cs
- ManagedFilter.cs
- MonthCalendar.cs
- CompositeControl.cs
- FileDialog.cs
- TextSyndicationContentKindHelper.cs
- RegexParser.cs
- MissingMemberException.cs
- DataListItemEventArgs.cs
- Quack.cs
- SetStoryboardSpeedRatio.cs
- WindowsTreeView.cs
- CSharpCodeProvider.cs
- Task.cs
- ValidatingPropertiesEventArgs.cs
- Literal.cs
- XPathChildIterator.cs
- UnmanagedMemoryStream.cs
- VariantWrapper.cs
- XmlIgnoreAttribute.cs
- NamespaceCollection.cs
- InfoCardCryptoHelper.cs
- EventHandlingScope.cs
- TransformGroup.cs
- WpfGeneratedKnownTypes.cs
- PolicyFactory.cs
- Panel.cs
- Ops.cs
- OracleConnectionStringBuilder.cs
- LabelEditEvent.cs
- GeneralTransform3DCollection.cs
- XmlObjectSerializerReadContextComplex.cs
- ButtonField.cs
- NavigationService.cs
- sqlstateclientmanager.cs
- HTMLTagNameToTypeMapper.cs
- ButtonChrome.cs
- HtmlAnchor.cs
- ParameterCollection.cs
- SchemaCollectionPreprocessor.cs
- SynchronizationContext.cs