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
- XmlIlVisitor.cs
- PointConverter.cs
- DataGridItemCollection.cs
- ExpressionBuilderContext.cs
- SqlError.cs
- SqlConnectionString.cs
- SelectionWordBreaker.cs
- DbProviderManifest.cs
- Help.cs
- CommentEmitter.cs
- WorkflowApplicationException.cs
- IMembershipProvider.cs
- CodeCompileUnit.cs
- CheckBoxAutomationPeer.cs
- thaishape.cs
- ObjectDataSource.cs
- UnsafeNativeMethods.cs
- WindowsStartMenu.cs
- ComponentDispatcher.cs
- HttpProcessUtility.cs
- Span.cs
- DesignerExtenders.cs
- TransactionsSectionGroup.cs
- BinaryConverter.cs
- LinqDataSourceHelper.cs
- BaseDataListActionList.cs
- ObjectToken.cs
- Frame.cs
- LinqDataSourceValidationException.cs
- Timeline.cs
- EmbeddedObject.cs
- Int32RectValueSerializer.cs
- NewItemsContextMenuStrip.cs
- RuntimeResourceSet.cs
- LogStore.cs
- processwaithandle.cs
- TextBlock.cs
- StandardTransformFactory.cs
- ScrollPattern.cs
- ProxySimple.cs
- ObjectReaderCompiler.cs
- WindowExtensionMethods.cs
- SingleTagSectionHandler.cs
- FrameDimension.cs
- DocumentApplicationJournalEntry.cs
- ExpandedWrapper.cs
- Closure.cs
- StateDesigner.Layouts.cs
- QueryPageSettingsEventArgs.cs
- DataGridViewCellValidatingEventArgs.cs
- errorpatternmatcher.cs
- ReflectTypeDescriptionProvider.cs
- PreparingEnlistment.cs
- RawUIStateInputReport.cs
- NumericUpDown.cs
- Region.cs
- ZipFileInfo.cs
- EventProviderBase.cs
- DynamicILGenerator.cs
- HeaderedContentControl.cs
- FillErrorEventArgs.cs
- CqlIdentifiers.cs
- StateMachine.cs
- NameValuePermission.cs
- AutomationEvent.cs
- EventHandlingScope.cs
- TypeUtil.cs
- BaseHashHelper.cs
- MediaSystem.cs
- StringUtil.cs
- RootCodeDomSerializer.cs
- MultilineStringConverter.cs
- DbConnectionFactory.cs
- ClientScriptItemCollection.cs
- DesignerSerializationManager.cs
- ETagAttribute.cs
- BorderGapMaskConverter.cs
- XmlSchemaException.cs
- WebPartEditorCancelVerb.cs
- DetailsViewDeleteEventArgs.cs
- ImageMap.cs
- InternalConfigSettingsFactory.cs
- ProgressBar.cs
- FixedSOMPage.cs
- BaseParser.cs
- WmlPhoneCallAdapter.cs
- HttpConfigurationContext.cs
- WizardPanelChangingEventArgs.cs
- HtmlTitle.cs
- SHA256Managed.cs
- WinFormsComponentEditor.cs
- ValidatorCollection.cs
- PackageRelationshipCollection.cs
- TcpDuplicateContext.cs
- UnmanagedMarshal.cs
- WebEvents.cs
- FusionWrap.cs
- UshortList2.cs
- ProfilePropertyMetadata.cs
- ToolStripRenderEventArgs.cs