Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowInstanceAbortedRecord.cs
- DataTemplate.cs
- SqlRowUpdatingEvent.cs
- VectorCollectionConverter.cs
- CodeTypeParameter.cs
- EndpointNameMessageFilter.cs
- OperationFormatStyle.cs
- LinkLabel.cs
- NativeObjectSecurity.cs
- OptimizedTemplateContent.cs
- OledbConnectionStringbuilder.cs
- WebPartConnectionsConfigureVerb.cs
- ClientData.cs
- AttachmentCollection.cs
- ScriptHandlerFactory.cs
- WaveHeader.cs
- XPathNavigatorKeyComparer.cs
- OleDbException.cs
- ToolStripTextBox.cs
- KeyValuePairs.cs
- SevenBitStream.cs
- UrlMappingCollection.cs
- sitestring.cs
- MonthCalendar.cs
- BooleanFunctions.cs
- CryptoHandle.cs
- EventLogEntryCollection.cs
- DateTimeParse.cs
- Underline.cs
- Point4D.cs
- GenericAuthenticationEventArgs.cs
- ApplicationDirectory.cs
- HttpModuleAction.cs
- SqlDataReader.cs
- SHA384Managed.cs
- DataGridViewComboBoxColumn.cs
- DesignerLoader.cs
- TextElementCollection.cs
- Certificate.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DeclaredTypeElementCollection.cs
- MimeTypeMapper.cs
- BevelBitmapEffect.cs
- TransformationRules.cs
- KeyEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- ProjectionPath.cs
- ValueProviderWrapper.cs
- ProgressBarHighlightConverter.cs
- DataShape.cs
- CalendarTable.cs
- SortAction.cs
- WebEventTraceProvider.cs
- FileDialogCustomPlace.cs
- SqlConnectionFactory.cs
- InputDevice.cs
- EarlyBoundInfo.cs
- SelectionPatternIdentifiers.cs
- IdentityNotMappedException.cs
- CombinedGeometry.cs
- DataGridViewColumnCollectionEditor.cs
- EntityKey.cs
- DataGridViewControlCollection.cs
- HMAC.cs
- ComponentRenameEvent.cs
- MarkupWriter.cs
- ChannelAcceptor.cs
- TrackingCondition.cs
- DynamicFilter.cs
- Unit.cs
- TextServicesHost.cs
- ByteStream.cs
- IChannel.cs
- XmlQuerySequence.cs
- XamlToRtfParser.cs
- ExpressionHelper.cs
- ApplicationServiceManager.cs
- ComplexBindingPropertiesAttribute.cs
- ObjectKeyFrameCollection.cs
- RecipientInfo.cs
- SymbolType.cs
- IntersectQueryOperator.cs
- XmlCollation.cs
- TypeToArgumentTypeConverter.cs
- _SslStream.cs
- ControlLocalizer.cs
- BaseComponentEditor.cs
- wpf-etw.cs
- AutomationIdentifier.cs
- MarkupExtensionParser.cs
- Pkcs7Recipient.cs
- FixedSOMContainer.cs
- DispatcherSynchronizationContext.cs
- mediaeventargs.cs
- OleDbStruct.cs
- GridSplitterAutomationPeer.cs
- TextEditorThreadLocalStore.cs
- PerformanceCounterManager.cs
- StyleSheetDesigner.cs
- XmlWrappingWriter.cs