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
- AttributeCollection.cs
- TimersDescriptionAttribute.cs
- tooltip.cs
- SqlProvider.cs
- ServiceReference.cs
- ProtocolElementCollection.cs
- FrameworkElementAutomationPeer.cs
- SQLDateTimeStorage.cs
- OdbcRowUpdatingEvent.cs
- MenuCommand.cs
- LocalizationParserHooks.cs
- TextBox.cs
- Run.cs
- KeyPullup.cs
- AliasExpr.cs
- COM2FontConverter.cs
- RecordsAffectedEventArgs.cs
- NamespaceMapping.cs
- DynamicPropertyReader.cs
- OleServicesContext.cs
- SQLBinary.cs
- PrivilegeNotHeldException.cs
- CharEnumerator.cs
- NestedContainer.cs
- TypeDescriptor.cs
- XmlnsDefinitionAttribute.cs
- WebPartEditVerb.cs
- NavigationFailedEventArgs.cs
- XslVisitor.cs
- OneWayChannelListener.cs
- ToolStripArrowRenderEventArgs.cs
- HandlerMappingMemo.cs
- Material.cs
- typedescriptorpermission.cs
- RuleSettingsCollection.cs
- ReadOnlyPermissionSet.cs
- COSERVERINFO.cs
- COM2IPerPropertyBrowsingHandler.cs
- SingleAnimationUsingKeyFrames.cs
- SqlWebEventProvider.cs
- UpdateExpressionVisitor.cs
- DataGridViewRowHeaderCell.cs
- PropertySegmentSerializationProvider.cs
- LinqDataSource.cs
- PopupRootAutomationPeer.cs
- JournalEntryStack.cs
- CancellationHandler.cs
- RoutedCommand.cs
- CultureTableRecord.cs
- DataRelation.cs
- FigureParaClient.cs
- VerificationAttribute.cs
- CLRBindingWorker.cs
- WebHttpSecurity.cs
- Deserializer.cs
- DropDownButton.cs
- ApplicationDirectory.cs
- MSHTMLHost.cs
- ListViewDeletedEventArgs.cs
- SuppressMessageAttribute.cs
- BreakRecordTable.cs
- StrongNameUtility.cs
- AutoResizedEvent.cs
- ObservableCollection.cs
- ObjectHandle.cs
- BeginStoryboard.cs
- CollectionConverter.cs
- ExpressionStringBuilder.cs
- GifBitmapDecoder.cs
- NameSpaceExtractor.cs
- NamedObject.cs
- ServerType.cs
- TypedCompletedAsyncResult.cs
- HostSecurityManager.cs
- DocumentSequence.cs
- Utils.cs
- CreateParams.cs
- CodeAccessPermission.cs
- NameValueConfigurationElement.cs
- LocalizableAttribute.cs
- DataFieldCollectionEditor.cs
- ObjectParameter.cs
- ContentPlaceHolder.cs
- ResourceCodeDomSerializer.cs
- TextServicesContext.cs
- FixedSOMSemanticBox.cs
- Light.cs
- NumberSubstitution.cs
- TemplatedMailWebEventProvider.cs
- MetadataSource.cs
- WebHttpBindingCollectionElement.cs
- DesignUtil.cs
- DataError.cs
- DiscoveryReferences.cs
- BaseDataListActionList.cs
- SoapFault.cs
- odbcmetadatacolumnnames.cs
- SoapTypeAttribute.cs
- MenuAdapter.cs
- SessionIDManager.cs