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
- InvalidComObjectException.cs
- ContentValidator.cs
- RemotingException.cs
- SchemaConstraints.cs
- ParameterToken.cs
- QueryInterceptorAttribute.cs
- WebContext.cs
- Win32.cs
- RemotingException.cs
- LoginName.cs
- BinaryCommonClasses.cs
- NameValueFileSectionHandler.cs
- DocumentGridPage.cs
- StreamMarshaler.cs
- PersistNameAttribute.cs
- ResXResourceReader.cs
- StylusPointCollection.cs
- ReflectionTypeLoadException.cs
- SQLChars.cs
- CursorConverter.cs
- NavigateEvent.cs
- DataPagerFieldCommandEventArgs.cs
- XmlQualifiedName.cs
- StyleCollection.cs
- TableCell.cs
- TrackingConditionCollection.cs
- IPAddressCollection.cs
- GridViewColumnHeaderAutomationPeer.cs
- NullableFloatMinMaxAggregationOperator.cs
- DynamicPropertyHolder.cs
- WebReferencesBuildProvider.cs
- BoolExpression.cs
- ExtendedProperty.cs
- HtmlSelectionListAdapter.cs
- CodeNamespaceCollection.cs
- UTF8Encoding.cs
- UiaCoreProviderApi.cs
- CapabilitiesSection.cs
- CornerRadius.cs
- CompositeDataBoundControl.cs
- TabControl.cs
- NonVisualControlAttribute.cs
- NoneExcludedImageIndexConverter.cs
- TextTreeUndoUnit.cs
- Util.cs
- ToolboxBitmapAttribute.cs
- TypeSystem.cs
- DataBoundLiteralControl.cs
- HtmlMeta.cs
- URLAttribute.cs
- COM2ColorConverter.cs
- Vector3DCollectionValueSerializer.cs
- FixedStringLookup.cs
- MemberAccessException.cs
- Annotation.cs
- WinFormsSecurity.cs
- DesignerAutoFormat.cs
- Tokenizer.cs
- VisualStyleElement.cs
- EncryptRequest.cs
- XmlResolver.cs
- SkipStoryboardToFill.cs
- ListBindingConverter.cs
- GridViewAutomationPeer.cs
- HostedTcpTransportManager.cs
- ArrangedElementCollection.cs
- ContainerFilterService.cs
- SoapSchemaExporter.cs
- FlowLayoutPanel.cs
- HttpModule.cs
- SignatureHelper.cs
- Transform3D.cs
- CharEnumerator.cs
- IndexedString.cs
- Span.cs
- NumericExpr.cs
- TransactionChannelFaultConverter.cs
- AppearanceEditorPart.cs
- RadioButtonBaseAdapter.cs
- AttachInfo.cs
- InstanceData.cs
- TableCell.cs
- IRCollection.cs
- DataFieldConverter.cs
- Panel.cs
- Rectangle.cs
- SqlLiftWhereClauses.cs
- SqlFacetAttribute.cs
- JulianCalendar.cs
- CngAlgorithm.cs
- GlyphElement.cs
- PieceNameHelper.cs
- TextTreeTextElementNode.cs
- SponsorHelper.cs
- HostingEnvironmentWrapper.cs
- DataGridPagerStyle.cs
- ViewBase.cs
- RSAPKCS1SignatureDeformatter.cs
- AggregateNode.cs
- XPathNavigatorReader.cs