Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellStateChangedEventArgs.cs / 1 / DataGridViewCellStateChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; ///public class DataGridViewCellStateChangedEventArgs : EventArgs { private DataGridViewCell dataGridViewCell; private DataGridViewElementStates stateChanged; /// public DataGridViewCellStateChangedEventArgs(DataGridViewCell dataGridViewCell, DataGridViewElementStates stateChanged) { if (dataGridViewCell == null) { throw new ArgumentNullException("dataGridViewCell"); } this.dataGridViewCell = dataGridViewCell; this.stateChanged = stateChanged; } /// public DataGridViewCell Cell { get { return this.dataGridViewCell; } } /// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DirectoryInfo.cs
- NamespaceQuery.cs
- FunctionNode.cs
- AdornerDecorator.cs
- RawStylusInputReport.cs
- EditingCommands.cs
- XmlStringTable.cs
- CallbackValidatorAttribute.cs
- CFStream.cs
- Bits.cs
- TextEditorParagraphs.cs
- X509Certificate2.cs
- SystemDropShadowChrome.cs
- HttpCookie.cs
- FontWeight.cs
- XmlSchemaValidator.cs
- StreamResourceInfo.cs
- FragmentQuery.cs
- SqlDataSourceCommandEventArgs.cs
- oledbconnectionstring.cs
- HttpTransportBindingElement.cs
- MarshalByValueComponent.cs
- TrackingRecord.cs
- SelectionChangedEventArgs.cs
- ClientTarget.cs
- KoreanLunisolarCalendar.cs
- TableCellCollection.cs
- MenuItemCollection.cs
- ResourcePart.cs
- XmlDocumentType.cs
- FileEnumerator.cs
- UIElement.cs
- HttpHandlerAction.cs
- MediaPlayer.cs
- UndirectedGraph.cs
- StatusBarItem.cs
- InvalidProgramException.cs
- Debugger.cs
- TextSpan.cs
- HandoffBehavior.cs
- ToolStripHighContrastRenderer.cs
- GlobalizationAssembly.cs
- DependencyPropertyDescriptor.cs
- NetworkInterface.cs
- DataGridCellAutomationPeer.cs
- ClosableStream.cs
- PackUriHelper.cs
- Matrix3DValueSerializer.cs
- TableLayoutStyleCollection.cs
- Italic.cs
- ExpressionBuilder.cs
- PrintingPermission.cs
- IconConverter.cs
- SearchForVirtualItemEventArgs.cs
- PropertyPushdownHelper.cs
- HttpListenerRequestUriBuilder.cs
- UnauthorizedWebPart.cs
- DictionaryEditChange.cs
- DataServiceQueryOfT.cs
- ArrangedElement.cs
- DbConnectionStringBuilder.cs
- WebBrowsableAttribute.cs
- RayHitTestParameters.cs
- HtmlShim.cs
- EntityDataSourceMemberPath.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- WebControlsSection.cs
- ProcessThreadCollection.cs
- DirectoryNotFoundException.cs
- XmlSecureResolver.cs
- DragEvent.cs
- baseaxisquery.cs
- ContextMenuStrip.cs
- InvalidCastException.cs
- TextSelectionHelper.cs
- AppSettingsReader.cs
- HijriCalendar.cs
- RSAOAEPKeyExchangeDeformatter.cs
- TableStyle.cs
- SystemColorTracker.cs
- CommentEmitter.cs
- DashStyle.cs
- ObjectStateFormatter.cs
- DomainLiteralReader.cs
- DataColumnPropertyDescriptor.cs
- XamlStream.cs
- SelectionPattern.cs
- ChannelBinding.cs
- ReflectionTypeLoadException.cs
- PackageRelationshipCollection.cs
- Membership.cs
- CatalogPart.cs
- EntityUtil.cs
- ISO2022Encoding.cs
- FormViewCommandEventArgs.cs
- ChangeProcessor.cs
- PinnedBufferMemoryStream.cs
- ConnectionPoint.cs
- SoundPlayerAction.cs
- LicenseManager.cs