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
- Array.cs
- Hash.cs
- FontEmbeddingManager.cs
- ImageClickEventArgs.cs
- NamedPipeProcessProtocolHandler.cs
- UiaCoreProviderApi.cs
- ExternalException.cs
- X509Certificate2.cs
- CellParagraph.cs
- DbProviderFactory.cs
- CheckBoxStandardAdapter.cs
- RuntimeDelegateArgument.cs
- CqlIdentifiers.cs
- DBConnection.cs
- TransformGroup.cs
- WebZone.cs
- AdjustableArrowCap.cs
- objectquery_tresulttype.cs
- GridEntryCollection.cs
- COM2ComponentEditor.cs
- DecodeHelper.cs
- DrawingGroupDrawingContext.cs
- DisplayNameAttribute.cs
- ReadOnlyCollectionBase.cs
- Types.cs
- BroadcastEventHelper.cs
- ResXFileRef.cs
- ResXFileRef.cs
- PingOptions.cs
- AnimationClock.cs
- ExpandableObjectConverter.cs
- ImageBrush.cs
- EpmContentDeSerializerBase.cs
- WaitHandle.cs
- IndicShape.cs
- OneToOneMappingSerializer.cs
- FactoryGenerator.cs
- ProcessHostServerConfig.cs
- SQLDecimalStorage.cs
- DBSchemaRow.cs
- DataGridViewHitTestInfo.cs
- XPathBinder.cs
- TextSimpleMarkerProperties.cs
- RegexFCD.cs
- MobileUITypeEditor.cs
- DbExpressionRules.cs
- SqlVersion.cs
- MatrixAnimationBase.cs
- HttpWebRequestElement.cs
- AsyncResult.cs
- MemberExpression.cs
- CommandField.cs
- Timer.cs
- CurrencyWrapper.cs
- ParameterModifier.cs
- EndpointIdentityConverter.cs
- Helper.cs
- Emitter.cs
- PropVariant.cs
- TextDecorations.cs
- SoapReflectionImporter.cs
- DocComment.cs
- WebReference.cs
- Msmq4PoisonHandler.cs
- AsyncParams.cs
- CodeMethodInvokeExpression.cs
- DependencyPropertyConverter.cs
- ExtractedStateEntry.cs
- Pts.cs
- DocumentApplicationJournalEntry.cs
- WorkflowShape.cs
- OpenFileDialog.cs
- BrushValueSerializer.cs
- MeshGeometry3D.cs
- UrlMappingsModule.cs
- StyleHelper.cs
- WebAdminConfigurationHelper.cs
- AuthorizationSection.cs
- XmlNavigatorFilter.cs
- SQLSingle.cs
- DbExpressionVisitor.cs
- KnownBoxes.cs
- OpCodes.cs
- WebConfigurationFileMap.cs
- WebPartCatalogCloseVerb.cs
- AccessDataSource.cs
- RadioButton.cs
- CollectionDataContract.cs
- CodeConditionStatement.cs
- Stack.cs
- MetadataHelper.cs
- pingexception.cs
- Clipboard.cs
- CodeGenerator.cs
- GridViewRow.cs
- ContextMarshalException.cs
- CodeTypeOfExpression.cs
- ElementProxy.cs
- OracleSqlParser.cs
- EditorPartCollection.cs