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
- FixedMaxHeap.cs
- XmlQueryStaticData.cs
- TypeResolver.cs
- RectAnimationBase.cs
- TextTreeFixupNode.cs
- MonthCalendar.cs
- RelationshipSet.cs
- XmlNamespaceDeclarationsAttribute.cs
- CallbackHandler.cs
- DelegatingTypeDescriptionProvider.cs
- GeneralTransform3DGroup.cs
- DataGridColumnHeaderCollection.cs
- StringAttributeCollection.cs
- ChineseLunisolarCalendar.cs
- FrameDimension.cs
- HealthMonitoringSectionHelper.cs
- CodeVariableDeclarationStatement.cs
- StatusBarItemAutomationPeer.cs
- TextServicesLoader.cs
- MobileUserControl.cs
- CodeCastExpression.cs
- DataService.cs
- HtmlGenericControl.cs
- TemplateParser.cs
- RegistrationContext.cs
- PerformanceCounterManager.cs
- BaseResourcesBuildProvider.cs
- GeneralTransform.cs
- PersonalizablePropertyEntry.cs
- UIElement3D.cs
- returneventsaver.cs
- ProfileServiceManager.cs
- DbProviderFactory.cs
- RecommendedAsConfigurableAttribute.cs
- SqlRowUpdatedEvent.cs
- ViewStateModeByIdAttribute.cs
- HtmlInputReset.cs
- StatusStrip.cs
- ElapsedEventArgs.cs
- TypeValidationEventArgs.cs
- ModifierKeysValueSerializer.cs
- BinaryParser.cs
- HandlerWithFactory.cs
- Size.cs
- AVElementHelper.cs
- UrlPath.cs
- DirectoryInfo.cs
- ContainerSelectorGlyph.cs
- Compensate.cs
- Bold.cs
- UriTemplateDispatchFormatter.cs
- PtsPage.cs
- DataSourceHelper.cs
- ImageFormatConverter.cs
- ProfileService.cs
- Filter.cs
- DiscoveryClientReferences.cs
- SqlBuilder.cs
- ValueUtilsSmi.cs
- SqlUserDefinedTypeAttribute.cs
- RegexInterpreter.cs
- ControlBuilder.cs
- LoginCancelEventArgs.cs
- Int64KeyFrameCollection.cs
- OleDbReferenceCollection.cs
- _Win32.cs
- WorkflowTransactionService.cs
- RsaSecurityTokenAuthenticator.cs
- entityreference_tresulttype.cs
- DataGridViewCellParsingEventArgs.cs
- GridViewDeletedEventArgs.cs
- AdPostCacheSubstitution.cs
- ContentType.cs
- ConfigurationStrings.cs
- MasterPageCodeDomTreeGenerator.cs
- SearchForVirtualItemEventArgs.cs
- SQLInt16Storage.cs
- EntityTypeBase.cs
- WpfKnownMember.cs
- SQLCharsStorage.cs
- ReadOnlyTernaryTree.cs
- FixedSOMGroup.cs
- DataGridCaption.cs
- InheritedPropertyChangedEventArgs.cs
- _UncName.cs
- InvalidTimeZoneException.cs
- ObjectReaderCompiler.cs
- ConfigurationValues.cs
- SelectionWordBreaker.cs
- COM2ExtendedBrowsingHandler.cs
- HtmlTableCell.cs
- SkipStoryboardToFill.cs
- TabletDeviceInfo.cs
- ClientSettings.cs
- HttpCapabilitiesEvaluator.cs
- IndexerNameAttribute.cs
- AsymmetricKeyExchangeDeformatter.cs
- TabRenderer.cs
- CompiledRegexRunner.cs
- ViewLoader.cs