Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowStateChangedEventArgs.cs / 1 / DataGridViewRowStateChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; ///public class DataGridViewRowStateChangedEventArgs : EventArgs { private DataGridViewRow dataGridViewRow; private DataGridViewElementStates stateChanged; /// public DataGridViewRowStateChangedEventArgs(DataGridViewRow dataGridViewRow, DataGridViewElementStates stateChanged) { this.dataGridViewRow = dataGridViewRow; this.stateChanged = stateChanged; } /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } /// 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
- ResourceLoader.cs
- SmtpLoginAuthenticationModule.cs
- WindowInteropHelper.cs
- UseLicense.cs
- IriParsingElement.cs
- QilList.cs
- NavigationPropertyEmitter.cs
- XPathNavigator.cs
- EntityTemplateUserControl.cs
- WorkflowElementDialogWindow.xaml.cs
- WriteTimeStream.cs
- AppearanceEditorPart.cs
- BigInt.cs
- ApplicationBuildProvider.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- CalendarDateRange.cs
- XamlReaderHelper.cs
- SchemaCollectionCompiler.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ComponentDispatcher.cs
- StructuralType.cs
- HtmlElementErrorEventArgs.cs
- PropertyEmitter.cs
- Normalization.cs
- AttributeCollection.cs
- GifBitmapEncoder.cs
- TimersDescriptionAttribute.cs
- CheckedPointers.cs
- DataGridItemEventArgs.cs
- ListViewSelectEventArgs.cs
- XmlAnyAttributeAttribute.cs
- RoleManagerEventArgs.cs
- FixedStringLookup.cs
- PasswordPropertyTextAttribute.cs
- DictionaryMarkupSerializer.cs
- RSAPKCS1SignatureDeformatter.cs
- MustUnderstandSoapException.cs
- XmlSerializableReader.cs
- DbConnectionPoolCounters.cs
- XmlDataFileEditor.cs
- TTSVoice.cs
- SqlParameter.cs
- TypeConstant.cs
- GridItem.cs
- AppDomainFactory.cs
- DocumentApplicationJournalEntry.cs
- InlinedLocationReference.cs
- VirtualPathUtility.cs
- SafeNativeMethodsMilCoreApi.cs
- WorkflowClientDeliverMessageWrapper.cs
- SoapProtocolImporter.cs
- SecurityTokenTypes.cs
- CodeArrayCreateExpression.cs
- Transform.cs
- InputLanguageProfileNotifySink.cs
- ServiceModelSecurityTokenTypes.cs
- FileDialog.cs
- HierarchicalDataBoundControl.cs
- CollectionChangeEventArgs.cs
- BitmapCache.cs
- MeshGeometry3D.cs
- PipelineModuleStepContainer.cs
- ResourcePart.cs
- SeekableReadStream.cs
- PropertyToken.cs
- ListViewItem.cs
- SqlUtils.cs
- CollectionViewGroup.cs
- TypedElement.cs
- Perspective.cs
- ShutDownListener.cs
- LinqMaximalSubtreeNominator.cs
- RegistryConfigurationProvider.cs
- hresults.cs
- MessageHeaderInfoTraceRecord.cs
- XmlSchemaCompilationSettings.cs
- PageWrapper.cs
- TypeSource.cs
- Win32.cs
- TraceFilter.cs
- BatchParser.cs
- OleDbCommandBuilder.cs
- VisualBrush.cs
- ChtmlTextWriter.cs
- SqlConnectionStringBuilder.cs
- LifetimeServices.cs
- ExpressionVisitor.cs
- SqlUdtInfo.cs
- PageContentAsyncResult.cs
- WorkflowRuntimeEndpoint.cs
- XmlUnspecifiedAttribute.cs
- ObjectDataSource.cs
- dataobject.cs
- XmlSchemaComplexContent.cs
- ValidateNames.cs
- PropertyBuilder.cs
- SiteMapNodeCollection.cs
- PresentationTraceSources.cs
- Viewport2DVisual3D.cs
- QueueProcessor.cs