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
- SemaphoreSlim.cs
- PtsPage.cs
- XMLSyntaxException.cs
- EdmMember.cs
- ClientConfigPaths.cs
- HiddenField.cs
- NetCodeGroup.cs
- InputLangChangeEvent.cs
- InvalidOperationException.cs
- InfoCardSymmetricCrypto.cs
- ContentPlaceHolder.cs
- ServiceReference.cs
- ListMarkerLine.cs
- BasicBrowserDialog.cs
- ListViewUpdatedEventArgs.cs
- Type.cs
- WebServicesSection.cs
- HwndHost.cs
- CheckBoxBaseAdapter.cs
- ZipIOLocalFileHeader.cs
- WebServiceClientProxyGenerator.cs
- BindingExpressionUncommonField.cs
- CompositeControlDesigner.cs
- InvalidCastException.cs
- SystemKeyConverter.cs
- Assert.cs
- NumberFunctions.cs
- HtmlShimManager.cs
- ExistsInCollection.cs
- RectKeyFrameCollection.cs
- DataServiceExpressionVisitor.cs
- MetadataUtil.cs
- ellipse.cs
- ErrorFormatter.cs
- entityreference_tresulttype.cs
- TemplateBuilder.cs
- UrlAuthFailureHandler.cs
- NativeMethods.cs
- unsafeIndexingFilterStream.cs
- ExtenderHelpers.cs
- MemberHolder.cs
- OuterGlowBitmapEffect.cs
- TargetException.cs
- WeakReference.cs
- ValueUtilsSmi.cs
- PackagingUtilities.cs
- BinaryMethodMessage.cs
- ClientSession.cs
- Path.cs
- GroupBox.cs
- TypeSemantics.cs
- FontFaceLayoutInfo.cs
- CombinedGeometry.cs
- InputLangChangeRequestEvent.cs
- ResolveNameEventArgs.cs
- GenericPrincipal.cs
- CodeGeneratorOptions.cs
- PtsHelper.cs
- DoneReceivingAsyncResult.cs
- RoleGroup.cs
- TextRunCacheImp.cs
- AmbientValueAttribute.cs
- SymmetricAlgorithm.cs
- Grant.cs
- PeerNameRecord.cs
- UIPermission.cs
- WinEventQueueItem.cs
- RadioButton.cs
- ByteRangeDownloader.cs
- SqlWorkflowPersistenceService.cs
- QilUnary.cs
- AxWrapperGen.cs
- RecommendedAsConfigurableAttribute.cs
- MenuAutomationPeer.cs
- ImageFormatConverter.cs
- IriParsingElement.cs
- ObjectViewListener.cs
- AccessKeyManager.cs
- CollectionContainer.cs
- MessageFormatterConverter.cs
- BamlStream.cs
- PseudoWebRequest.cs
- WorkItem.cs
- MatrixTransform.cs
- LostFocusEventManager.cs
- NoResizeSelectionBorderGlyph.cs
- MouseBinding.cs
- UnsafeNativeMethods.cs
- SafeCoTaskMem.cs
- MimeAnyImporter.cs
- RequiredAttributeAttribute.cs
- HealthMonitoringSection.cs
- EmptyReadOnlyDictionaryInternal.cs
- MemberDomainMap.cs
- BuildTopDownAttribute.cs
- RoleService.cs
- CollectionConverter.cs
- ProfileService.cs
- PictureBox.cs
- ChangeDirector.cs