Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MDIWindowDialog.cs
- DocobjHost.cs
- NativeMethods.cs
- ContextMenuService.cs
- ObjectStateEntryDbDataRecord.cs
- CompositionCommandSet.cs
- NonSerializedAttribute.cs
- SystemIdentity.cs
- Int16Storage.cs
- TabControlCancelEvent.cs
- Point3D.cs
- XmlResolver.cs
- PathSegmentCollection.cs
- Type.cs
- AspCompat.cs
- PropertyFilter.cs
- FixedSOMSemanticBox.cs
- HtmlImage.cs
- DataGridColumn.cs
- ErrorRuntimeConfig.cs
- EventMap.cs
- ConstraintConverter.cs
- AbsoluteQuery.cs
- Membership.cs
- TraceSection.cs
- ClientScriptManager.cs
- ServiceDescriptionData.cs
- ListMarkerSourceInfo.cs
- DrawingDrawingContext.cs
- SoapEnumAttribute.cs
- TableRowCollection.cs
- ArrayList.cs
- EncryptedXml.cs
- ClientBuildManagerCallback.cs
- ProcessingInstructionAction.cs
- DesignerActionUI.cs
- EntityDesignerUtils.cs
- LinqDataSourceContextEventArgs.cs
- ComponentManagerBroker.cs
- NodeFunctions.cs
- ScriptingWebServicesSectionGroup.cs
- Scene3D.cs
- GroupItemAutomationPeer.cs
- SaveLedgerEntryRequest.cs
- RtfToXamlReader.cs
- AppDomainProtocolHandler.cs
- LocationReferenceEnvironment.cs
- Win32KeyboardDevice.cs
- LinqToSqlWrapper.cs
- NamespaceCollection.cs
- COM2Enum.cs
- RuntimeArgument.cs
- ValidationRuleCollection.cs
- TableColumn.cs
- Vector3dCollection.cs
- EditorZone.cs
- PropertyFilterAttribute.cs
- DockProviderWrapper.cs
- BindingManagerDataErrorEventArgs.cs
- ListViewCommandEventArgs.cs
- DelegatingTypeDescriptionProvider.cs
- ExpressionParser.cs
- FullTextBreakpoint.cs
- DbMetaDataCollectionNames.cs
- UniformGrid.cs
- ListControl.cs
- isolationinterop.cs
- XamlRtfConverter.cs
- Choices.cs
- TypeExtension.cs
- DeclarationUpdate.cs
- Context.cs
- SqlCommand.cs
- DetailsViewPagerRow.cs
- SettingsPropertyCollection.cs
- FormsAuthenticationConfiguration.cs
- DataViewManager.cs
- PopupEventArgs.cs
- NavigationPropertyEmitter.cs
- WorkItem.cs
- ColorComboBox.cs
- CrossSiteScriptingValidation.cs
- CultureMapper.cs
- TableCellAutomationPeer.cs
- QilScopedVisitor.cs
- Parallel.cs
- PrintingPermissionAttribute.cs
- GraphicsContainer.cs
- DataObjectAttribute.cs
- SerializationSectionGroup.cs
- ApplicationFileCodeDomTreeGenerator.cs
- Point3DAnimation.cs
- DoubleCollection.cs
- XmlAttributeCollection.cs
- DataSourceCache.cs
- WebCategoryAttribute.cs
- DelegateHelpers.cs
- TdsValueSetter.cs
- PartialCachingControl.cs
- FontStyles.cs