Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- IApplicationTrustManager.cs
- COAUTHINFO.cs
- errorpatternmatcher.cs
- Geometry.cs
- ReadOnlyCollectionBuilder.cs
- DocumentsTrace.cs
- BitArray.cs
- ErrorProvider.cs
- XmlValueConverter.cs
- InfoCardService.cs
- DocumentPropertiesDialog.cs
- counter.cs
- ACE.cs
- ChangePassword.cs
- CacheSection.cs
- FormsAuthenticationUser.cs
- Span.cs
- DataListItem.cs
- FormatConvertedBitmap.cs
- CustomWebEventKey.cs
- VScrollProperties.cs
- KernelTypeValidation.cs
- GifBitmapEncoder.cs
- ContextDataSource.cs
- InvalidAsynchronousStateException.cs
- ColumnHeader.cs
- UserNamePasswordValidator.cs
- LicFileLicenseProvider.cs
- WebPartTransformer.cs
- PageAsyncTaskManager.cs
- SiteMembershipCondition.cs
- BitmapEffectInput.cs
- SlipBehavior.cs
- IMembershipProvider.cs
- NamespaceInfo.cs
- CategoryValueConverter.cs
- ConnectionPool.cs
- PaginationProgressEventArgs.cs
- SchemaTypeEmitter.cs
- ImageMapEventArgs.cs
- EntityAdapter.cs
- CustomTypeDescriptor.cs
- XPathAncestorIterator.cs
- ParseHttpDate.cs
- CanonicalFontFamilyReference.cs
- BitmapScalingModeValidation.cs
- Item.cs
- RuntimeResourceSet.cs
- SimpleWebHandlerParser.cs
- SqlException.cs
- FixedPageAutomationPeer.cs
- DelegatedStream.cs
- AbstractSvcMapFileLoader.cs
- UxThemeWrapper.cs
- OpenTypeLayoutCache.cs
- ProxyGenerationError.cs
- DataSetFieldSchema.cs
- AddingNewEventArgs.cs
- FrameSecurityDescriptor.cs
- HttpListenerContext.cs
- RNGCryptoServiceProvider.cs
- ArcSegment.cs
- MSAAWinEventWrap.cs
- CapabilitiesRule.cs
- ISO2022Encoding.cs
- DataGridViewCheckBoxColumn.cs
- UrlPath.cs
- SetStoryboardSpeedRatio.cs
- XmlDataFileEditor.cs
- SizeKeyFrameCollection.cs
- Formatter.cs
- XmlRootAttribute.cs
- DbProviderServices.cs
- SmtpAuthenticationManager.cs
- SQLChars.cs
- DbConnectionHelper.cs
- CurrentChangingEventManager.cs
- DesignBindingPicker.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ExtensibleClassFactory.cs
- SystemInfo.cs
- XsltContext.cs
- StateRuntime.cs
- CqlQuery.cs
- unsafenativemethodsother.cs
- BitmapEffectDrawing.cs
- DataReaderContainer.cs
- QuaternionAnimationBase.cs
- FileSystemEventArgs.cs
- Pkcs9Attribute.cs
- InputChannelAcceptor.cs
- MultitargetingHelpers.cs
- IHttpResponseInternal.cs
- TextWriterTraceListener.cs
- HitTestParameters.cs
- CompoundFileStreamReference.cs
- WindowsFormsSectionHandler.cs
- WebDescriptionAttribute.cs
- ValuePatternIdentifiers.cs
- safesecurityhelperavalon.cs