Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStateChangedEventArgs.cs / 1 / DataGridViewCellStateChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; ///public class DataGridViewCellStateChangedEventArgs : EventArgs { private DataGridViewCell dataGridViewCell; private DataGridViewElementStates stateChanged; /// public DataGridViewCellStateChangedEventArgs(DataGridViewCell dataGridViewCell, DataGridViewElementStates stateChanged) { if (dataGridViewCell == null) { throw new ArgumentNullException("dataGridViewCell"); } this.dataGridViewCell = dataGridViewCell; this.stateChanged = stateChanged; } /// public DataGridViewCell Cell { get { return this.dataGridViewCell; } } /// public DataGridViewElementStates StateChanged { get { return this.stateChanged; } } } } // 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
- SQLString.cs
- GraphicsContainer.cs
- PageContentCollection.cs
- WebServiceErrorEvent.cs
- XhtmlStyleClass.cs
- BufferModeSettings.cs
- StrongNameMembershipCondition.cs
- WindowsToolbar.cs
- DllHostInitializer.cs
- CodeAccessPermission.cs
- GraphicsContext.cs
- DecoratedNameAttribute.cs
- UserControlBuildProvider.cs
- MulticastDelegate.cs
- IndexedSelectQueryOperator.cs
- HostingEnvironment.cs
- EventLogEntry.cs
- QueryableFilterUserControl.cs
- _CommandStream.cs
- ForAllOperator.cs
- SafePEFileHandle.cs
- ToolboxComponentsCreatedEventArgs.cs
- Statements.cs
- OleDbRowUpdatingEvent.cs
- LinqDataSourceDisposeEventArgs.cs
- PrinterUnitConvert.cs
- StyleBamlRecordReader.cs
- StylusOverProperty.cs
- RenderData.cs
- WebExceptionStatus.cs
- RadioButton.cs
- SimpleColumnProvider.cs
- MimeAnyImporter.cs
- CombinedGeometry.cs
- ProcessThreadDesigner.cs
- ActivityInterfaces.cs
- SqlDataSourceAdvancedOptionsForm.cs
- CryptoProvider.cs
- FramingChannels.cs
- LinkDesigner.cs
- ActionMessageFilter.cs
- ExpressionLexer.cs
- SQLDateTime.cs
- Schema.cs
- DurableTimerExtension.cs
- SchemaComplexType.cs
- SQLDecimal.cs
- BaseDataList.cs
- DesignerUtility.cs
- DataGridCellAutomationPeer.cs
- ChtmlCommandAdapter.cs
- DataGridViewCellPaintingEventArgs.cs
- HtmlInputCheckBox.cs
- Win32.cs
- ProxyWebPartManager.cs
- PathData.cs
- PieceNameHelper.cs
- StylusSystemGestureEventArgs.cs
- DataGridViewRowsAddedEventArgs.cs
- PersonalizationDictionary.cs
- DesignTimeVisibleAttribute.cs
- SafeSecurityHandles.cs
- TransactionBehavior.cs
- MatrixKeyFrameCollection.cs
- FilterException.cs
- ClientSideQueueItem.cs
- DataGridTablesFactory.cs
- OrderedEnumerableRowCollection.cs
- AttributeAction.cs
- TransactionManagerProxy.cs
- SponsorHelper.cs
- WebPartCatalogCloseVerb.cs
- GridEntryCollection.cs
- UserPersonalizationStateInfo.cs
- TypeForwardedFromAttribute.cs
- ValidationResult.cs
- ImageSourceValueSerializer.cs
- MatcherBuilder.cs
- ArrayWithOffset.cs
- CDSsyncETWBCLProvider.cs
- GeometryHitTestParameters.cs
- ExpressionCopier.cs
- DateTimeOffsetConverter.cs
- HtmlTitle.cs
- XmlSiteMapProvider.cs
- StringArrayConverter.cs
- PolicyException.cs
- nulltextcontainer.cs
- ToolStripPanelRenderEventArgs.cs
- NativeMsmqMessage.cs
- MgmtConfigurationRecord.cs
- WindowsFormsSectionHandler.cs
- CancelEventArgs.cs
- ScrollEventArgs.cs
- PersonalizationDictionary.cs
- SqlParameterCollection.cs
- ProfileGroupSettingsCollection.cs
- MemberPathMap.cs
- WebResourceAttribute.cs
- RuleProcessor.cs