Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowStateChangedEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RawStylusActions.cs
- Membership.cs
- _NestedMultipleAsyncResult.cs
- XamlPathDataSerializer.cs
- DelegatingTypeDescriptionProvider.cs
- Pair.cs
- SmiConnection.cs
- SQLCharsStorage.cs
- SocketException.cs
- RadioButtonList.cs
- ScriptComponentDescriptor.cs
- TextMetrics.cs
- MonitoringDescriptionAttribute.cs
- HMACSHA512.cs
- XPathEmptyIterator.cs
- CustomAttribute.cs
- ResXResourceReader.cs
- GridViewCellAutomationPeer.cs
- MenuItem.cs
- UpDownEvent.cs
- DotExpr.cs
- SafeFindHandle.cs
- ItemCollection.cs
- HtmlControl.cs
- AdobeCFFWrapper.cs
- KeySplineConverter.cs
- SystemNetworkInterface.cs
- PerfCounterSection.cs
- UnsafeNativeMethodsPenimc.cs
- ListenerConfig.cs
- ValidationPropertyAttribute.cs
- PointAnimationUsingPath.cs
- DescendentsWalkerBase.cs
- DesignTimeTemplateParser.cs
- DataGridViewTopRowAccessibleObject.cs
- DashStyle.cs
- VariantWrapper.cs
- HtmlToClrEventProxy.cs
- WindowsAuthenticationModule.cs
- SymbolMethod.cs
- ImageButton.cs
- InternalPermissions.cs
- PageEventArgs.cs
- XPathScanner.cs
- ExpressionPrefixAttribute.cs
- EnumerableValidator.cs
- EventLog.cs
- XsdBuildProvider.cs
- SignedXml.cs
- NameScopePropertyAttribute.cs
- ExtentKey.cs
- AssemblyBuilder.cs
- ArrayExtension.cs
- SerializableAttribute.cs
- ActivationServices.cs
- WsiProfilesElement.cs
- QilReplaceVisitor.cs
- SecurityState.cs
- ProbeMatchesCD1.cs
- SecurityKeyIdentifierClause.cs
- EmbeddedObject.cs
- Parameter.cs
- XmlReflectionMember.cs
- ElementHostPropertyMap.cs
- SectionInput.cs
- DuplicateMessageDetector.cs
- AccessText.cs
- ToolStripRenderer.cs
- OSFeature.cs
- GroupBox.cs
- LassoSelectionBehavior.cs
- ClientConfigPaths.cs
- TreeNodeEventArgs.cs
- HtmlInputFile.cs
- XmlSchemaImporter.cs
- OleDbConnection.cs
- SecureStringHasher.cs
- EventDriven.cs
- COM2ExtendedUITypeEditor.cs
- XamlRtfConverter.cs
- WindowsStartMenu.cs
- ResolvedKeyFrameEntry.cs
- Point3DConverter.cs
- KnownColorTable.cs
- Stackframe.cs
- Int16.cs
- NavigationFailedEventArgs.cs
- Table.cs
- PersonalizableTypeEntry.cs
- TokenFactoryBase.cs
- XmlTypeMapping.cs
- RegularExpressionValidator.cs
- complextypematerializer.cs
- TheQuery.cs
- Thickness.cs
- DifferencingCollection.cs
- WebPartConnectionsConfigureVerb.cs
- ISO2022Encoding.cs
- TrackingServices.cs
- NativeMethods.cs