Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbWrapper.cs
- DefaultBindingPropertyAttribute.cs
- PerformanceCounterPermissionEntry.cs
- Query.cs
- base64Transforms.cs
- FrameAutomationPeer.cs
- ErrorCodes.cs
- WriteableBitmap.cs
- SoapBinding.cs
- HttpConfigurationSystem.cs
- SectionInput.cs
- RewritingProcessor.cs
- OleDbRowUpdatedEvent.cs
- TableLayout.cs
- DateTimeConverter2.cs
- PropertyGeneratedEventArgs.cs
- AnimationLayer.cs
- HtmlContainerControl.cs
- PageThemeCodeDomTreeGenerator.cs
- TableItemProviderWrapper.cs
- BehaviorService.cs
- DecimalAnimationUsingKeyFrames.cs
- WindowsToolbar.cs
- SqlCacheDependencySection.cs
- FrameDimension.cs
- ListParagraph.cs
- PasswordDeriveBytes.cs
- SessionStateContainer.cs
- EncryptedType.cs
- ContentControl.cs
- FillBehavior.cs
- SqlServices.cs
- UnsafeNativeMethods.cs
- XmlDeclaration.cs
- ExpressionBuilderContext.cs
- Type.cs
- HtmlLink.cs
- ContextInformation.cs
- PropertyPath.cs
- TextEditorMouse.cs
- Visual.cs
- DataTableMapping.cs
- ControlBuilderAttribute.cs
- GeometryModel3D.cs
- FixUpCollection.cs
- ListBindingHelper.cs
- RelationshipSet.cs
- RequestResizeEvent.cs
- control.ime.cs
- ColumnClickEvent.cs
- StackOverflowException.cs
- Menu.cs
- XmlnsCompatibleWithAttribute.cs
- HScrollProperties.cs
- MyContact.cs
- XsdBuildProvider.cs
- ToolStripTextBox.cs
- ZipIOExtraField.cs
- HtmlInputSubmit.cs
- GorillaCodec.cs
- BamlBinaryReader.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ColumnReorderedEventArgs.cs
- CFGGrammar.cs
- ClrProviderManifest.cs
- Vertex.cs
- DataGridItemEventArgs.cs
- SizeKeyFrameCollection.cs
- EntityProviderServices.cs
- ZipIOFileItemStream.cs
- HitTestParameters3D.cs
- ColorConverter.cs
- DataGridCellsPresenter.cs
- DependencyObjectPropertyDescriptor.cs
- HttpCapabilitiesSectionHandler.cs
- HttpTransportManager.cs
- AssemblyFilter.cs
- FilterQueryOptionExpression.cs
- ScrollItemProviderWrapper.cs
- PropertyGrid.cs
- ErrorCodes.cs
- SerialErrors.cs
- MouseActionConverter.cs
- InputReferenceExpression.cs
- XmlWriter.cs
- HttpsHostedTransportConfiguration.cs
- OutputScopeManager.cs
- BinaryCommonClasses.cs
- ArrayTypeMismatchException.cs
- SocketElement.cs
- StackSpiller.Generated.cs
- DeploymentSection.cs
- TypeGeneratedEventArgs.cs
- GridItemCollection.cs
- MethodBuilder.cs
- CodeDelegateCreateExpression.cs
- VisualTarget.cs
- RoleManagerModule.cs
- RangeBaseAutomationPeer.cs
- CursorConverter.cs