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 / 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. // //----------------------------------------------------------------------------- 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
- LambdaCompiler.Address.cs
- CharEnumerator.cs
- SqlIdentifier.cs
- PropertyDescriptors.cs
- EllipseGeometry.cs
- HostedHttpContext.cs
- InvokePattern.cs
- WebPartCloseVerb.cs
- NameValueConfigurationCollection.cs
- ConnectionManagementSection.cs
- GeneralTransform3DGroup.cs
- SafeNativeMethods.cs
- ToolStripContentPanel.cs
- DbReferenceCollection.cs
- DataControlButton.cs
- Helper.cs
- HuffCodec.cs
- VisualBasicDesignerHelper.cs
- RoleManagerSection.cs
- DecoderExceptionFallback.cs
- MachineKeyValidationConverter.cs
- SoapInteropTypes.cs
- RequestSecurityTokenResponseCollection.cs
- PreservationFileReader.cs
- ControlTemplate.cs
- DBSqlParserTableCollection.cs
- CryptoKeySecurity.cs
- DataGridViewRowCollection.cs
- Panel.cs
- UrlMappingsModule.cs
- DocumentGrid.cs
- TabPanel.cs
- ToolStripButton.cs
- SchemeSettingElementCollection.cs
- TypeForwardedToAttribute.cs
- SingleAnimation.cs
- SQLDecimal.cs
- DataGridRowHeader.cs
- SafeRightsManagementEnvironmentHandle.cs
- QilNode.cs
- XmlSerializationWriter.cs
- UnionExpr.cs
- Serializer.cs
- StrokeNodeOperations2.cs
- DocumentViewerConstants.cs
- DeleteCardRequest.cs
- ToolBarPanel.cs
- GridSplitterAutomationPeer.cs
- PersonalizationStateQuery.cs
- ValueProviderWrapper.cs
- CroppedBitmap.cs
- SecurityKeyIdentifierClause.cs
- DataTrigger.cs
- UrlMappingsSection.cs
- BitmapEffectInput.cs
- ImageButton.cs
- TextTrailingCharacterEllipsis.cs
- ReflectionUtil.cs
- SecurityKeyUsage.cs
- SafeProcessHandle.cs
- StaticFileHandler.cs
- TrustSection.cs
- Trace.cs
- MonitorWrapper.cs
- ZoneIdentityPermission.cs
- FieldCollectionEditor.cs
- XmlValidatingReaderImpl.cs
- PKCS1MaskGenerationMethod.cs
- TerminatorSinks.cs
- DbSetClause.cs
- DesignerActionPropertyItem.cs
- TextShapeableCharacters.cs
- JsonReaderDelegator.cs
- LineInfo.cs
- CodeDomSerializationProvider.cs
- CheckBox.cs
- RuntimeConfigLKG.cs
- SpeakCompletedEventArgs.cs
- CustomErrorsSectionWrapper.cs
- AnnotationComponentChooser.cs
- DecimalAnimationBase.cs
- HitTestResult.cs
- TypeDescriptionProviderAttribute.cs
- NameTable.cs
- ListViewInsertionMark.cs
- TextAction.cs
- Rect3DConverter.cs
- ProfileModule.cs
- DataBoundControlHelper.cs
- TemplateBindingExtension.cs
- CounterSampleCalculator.cs
- HTMLTagNameToTypeMapper.cs
- httpstaticobjectscollection.cs
- PackageRelationship.cs
- Cursors.cs
- ResourcePermissionBaseEntry.cs
- SqlDuplicator.cs
- ReadOnlyHierarchicalDataSource.cs
- OleDbSchemaGuid.cs
- ClientConfigurationSystem.cs