Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- LockedBorderGlyph.cs
- VariableDesigner.xaml.cs
- TimeSpanParse.cs
- FactoryId.cs
- DescendantBaseQuery.cs
- Pkcs7Recipient.cs
- SplitterDesigner.cs
- FacetChecker.cs
- TableCellCollection.cs
- SystemColors.cs
- DataGridViewCellParsingEventArgs.cs
- WpfMemberInvoker.cs
- TemplatedAdorner.cs
- RowToParametersTransformer.cs
- DataGridColumn.cs
- InfoCardSchemas.cs
- SqlCommandSet.cs
- XmlSchemaCollection.cs
- TranslateTransform.cs
- SizeConverter.cs
- DataGridViewRow.cs
- MappedMetaModel.cs
- ConfigurationConverterBase.cs
- XmlMtomReader.cs
- TypeConverter.cs
- SafeLocalMemHandle.cs
- ForeignKeyConstraint.cs
- Interlocked.cs
- ElementsClipboardData.cs
- AutomationPropertyInfo.cs
- CqlParserHelpers.cs
- AggregateException.cs
- StatusBarDrawItemEvent.cs
- GeometryValueSerializer.cs
- FileInfo.cs
- SurrogateSelector.cs
- ActivityExecutorDelegateInfo.cs
- DispatcherExceptionFilterEventArgs.cs
- SecurityKeyUsage.cs
- ForEachAction.cs
- CornerRadiusConverter.cs
- BindableAttribute.cs
- DoubleAnimationUsingPath.cs
- ParallelTimeline.cs
- DoubleLinkList.cs
- TemplatePropertyEntry.cs
- GridErrorDlg.cs
- XmlIlGenerator.cs
- ProfileParameter.cs
- _LocalDataStore.cs
- AccessViolationException.cs
- TextDecoration.cs
- DetailsViewUpdateEventArgs.cs
- Axis.cs
- TextMarkerSource.cs
- ClickablePoint.cs
- Int32EqualityComparer.cs
- RtfToXamlLexer.cs
- WebMessageBodyStyleHelper.cs
- LineGeometry.cs
- ButtonBaseAutomationPeer.cs
- QuadraticBezierSegment.cs
- ImageIndexEditor.cs
- CompositeFontParser.cs
- SqlBuffer.cs
- MarginCollapsingState.cs
- KerberosReceiverSecurityToken.cs
- BamlCollectionHolder.cs
- ResolvedKeyFrameEntry.cs
- WorkflowInstanceExtensionCollection.cs
- OleDbInfoMessageEvent.cs
- PointF.cs
- TypeUsageBuilder.cs
- Parameter.cs
- TextFormatterImp.cs
- MILUtilities.cs
- ArrayTypeMismatchException.cs
- StylusDownEventArgs.cs
- Touch.cs
- SymbolResolver.cs
- SchemaTableOptionalColumn.cs
- InputEventArgs.cs
- GridLengthConverter.cs
- ModulesEntry.cs
- util.cs
- LineSegment.cs
- _NegotiateClient.cs
- BitmapEffectOutputConnector.cs
- Recipient.cs
- CodeVariableDeclarationStatement.cs
- SignerInfo.cs
- ParserContext.cs
- DataSpaceManager.cs
- SoapSchemaExporter.cs
- ThousandthOfEmRealPoints.cs
- ThicknessAnimation.cs
- LineServices.cs
- WebPartAuthorizationEventArgs.cs
- X509Utils.cs
- PropertyIDSet.cs