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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlDownloadManager.cs
- DiagnosticTrace.cs
- WebPartZoneCollection.cs
- CacheChildrenQuery.cs
- ThreadAttributes.cs
- XmlHierarchicalEnumerable.cs
- ProfilePropertyNameValidator.cs
- WS2007HttpBindingCollectionElement.cs
- MiniParameterInfo.cs
- OdbcException.cs
- CannotUnloadAppDomainException.cs
- DataGridViewCellMouseEventArgs.cs
- XmlIlVisitor.cs
- securestring.cs
- Directory.cs
- PenCursorManager.cs
- SamlDoNotCacheCondition.cs
- Peer.cs
- ChannelManager.cs
- ProgressiveCrcCalculatingStream.cs
- HexParser.cs
- DelegatingHeader.cs
- baseaxisquery.cs
- MSAAWinEventWrap.cs
- Geometry3D.cs
- xamlnodes.cs
- XomlCompilerParameters.cs
- DataRecordInternal.cs
- GenericWebPart.cs
- ECDiffieHellmanCng.cs
- ProtocolsConfigurationEntry.cs
- ColorContext.cs
- ConfigsHelper.cs
- NameSpaceEvent.cs
- TemplateParser.cs
- CalendarDataBindingHandler.cs
- Span.cs
- WebScriptMetadataFormatter.cs
- MimeTypeMapper.cs
- Byte.cs
- WebPartConnectionsCancelEventArgs.cs
- CustomAttributeSerializer.cs
- WindowsListViewGroupSubsetLink.cs
- RegexCapture.cs
- SecurityPolicySection.cs
- COM2PropertyDescriptor.cs
- ApplicationInfo.cs
- WindowsListViewScroll.cs
- MethodResolver.cs
- CodeComment.cs
- TypeConverterMarkupExtension.cs
- InternalBase.cs
- KnownIds.cs
- SQLDecimalStorage.cs
- XmlTextAttribute.cs
- ExpressionEditorSheet.cs
- Events.cs
- SeverityFilter.cs
- MapPathBasedVirtualPathProvider.cs
- SecurityCookieModeValidator.cs
- SelectionListComponentEditor.cs
- HotSpotCollection.cs
- XamlStyleSerializer.cs
- TimeStampChecker.cs
- EastAsianLunisolarCalendar.cs
- WasHttpHandlersInstallComponent.cs
- MatrixAnimationBase.cs
- DBSchemaRow.cs
- IdentityNotMappedException.cs
- RangeValidator.cs
- WCFBuildProvider.cs
- EnvelopedSignatureTransform.cs
- DataChangedEventManager.cs
- LinqDataSourceView.cs
- MessageHeaderInfoTraceRecord.cs
- XPathNodeIterator.cs
- ACE.cs
- WindowsTab.cs
- FieldToken.cs
- TopClause.cs
- WorkflowRuntimeServiceElement.cs
- FixedTextView.cs
- GeometryCombineModeValidation.cs
- InstalledFontCollection.cs
- LinearGradientBrush.cs
- TextMarkerSource.cs
- GridViewCancelEditEventArgs.cs
- TextAdaptor.cs
- GrammarBuilderWildcard.cs
- VariableExpressionConverter.cs
- PagedControl.cs
- CodeExpressionCollection.cs
- TreeViewAutomationPeer.cs
- ActiveXHelper.cs
- Single.cs
- KerberosRequestorSecurityToken.cs
- SQLGuid.cs
- DoubleCollectionConverter.cs
- SQLGuidStorage.cs
- ExtendedPropertiesHandler.cs