Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- HttpResponseHeader.cs
- PageTrueTypeFont.cs
- WindowsRichEdit.cs
- SqlTypeConverter.cs
- SafeMemoryMappedViewHandle.cs
- CompressionTracing.cs
- CompModSwitches.cs
- ClientViaElement.cs
- XmlNamespaceMappingCollection.cs
- LookupBindingPropertiesAttribute.cs
- ArraySegment.cs
- Tile.cs
- MonitorWrapper.cs
- BaseValidator.cs
- XmlSchemaImporter.cs
- DataRowChangeEvent.cs
- TypeBuilder.cs
- ExpressionConverter.cs
- ExpressionEditorSheet.cs
- ErrorFormatter.cs
- ProjectedSlot.cs
- TemplateBaseAction.cs
- GenericAuthenticationEventArgs.cs
- XmlCollation.cs
- RsaSecurityToken.cs
- XmlDocumentSchema.cs
- ChameleonKey.cs
- DLinqAssociationProvider.cs
- LowerCaseStringConverter.cs
- TrackingMemoryStreamFactory.cs
- CacheForPrimitiveTypes.cs
- UserControlFileEditor.cs
- MediaScriptCommandRoutedEventArgs.cs
- Evaluator.cs
- SqlInternalConnectionSmi.cs
- TimeSpanValidatorAttribute.cs
- FocusManager.cs
- IRCollection.cs
- BordersPage.cs
- CharacterMetrics.cs
- Int64AnimationBase.cs
- SiteMapDataSourceView.cs
- SelectionPattern.cs
- ExternalDataExchangeService.cs
- Cursor.cs
- BridgeDataReader.cs
- XmlSchemaSequence.cs
- DocumentAutomationPeer.cs
- TerminatorSinks.cs
- RegisteredHiddenField.cs
- ImageBrush.cs
- PTManager.cs
- ApplicationActivator.cs
- SystemFonts.cs
- StringExpressionSet.cs
- AuthorizationContext.cs
- ScaleTransform3D.cs
- TrustSection.cs
- ExecutionContext.cs
- FamilyTypeface.cs
- FocusManager.cs
- UpdateTracker.cs
- TypedServiceOperationListItem.cs
- DecoderReplacementFallback.cs
- PrinterResolution.cs
- LinkConverter.cs
- QuaternionIndependentAnimationStorage.cs
- TransactionManagerProxy.cs
- GridLength.cs
- PrintController.cs
- handlecollector.cs
- SystemNetworkInterface.cs
- ProfileSection.cs
- TabRenderer.cs
- PassportAuthenticationEventArgs.cs
- ListBindableAttribute.cs
- SqlMethodAttribute.cs
- MultiViewDesigner.cs
- Light.cs
- PenThread.cs
- AppModelKnownContentFactory.cs
- XmlSignatureManifest.cs
- CacheDict.cs
- FixedFlowMap.cs
- FormsAuthenticationUserCollection.cs
- HttpModule.cs
- LogRestartAreaEnumerator.cs
- DropTarget.cs
- StrongNameMembershipCondition.cs
- BrowserDefinitionCollection.cs
- LassoSelectionBehavior.cs
- BamlResourceContent.cs
- UrlRoutingModule.cs
- StrongName.cs
- DataGridView.cs
- Error.cs
- EdmConstants.cs
- DocumentPaginator.cs
- ConstraintStruct.cs
- messageonlyhwndwrapper.cs