Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- x509utils.cs
- GuidelineCollection.cs
- ValueChangedEventManager.cs
- QilXmlWriter.cs
- ControlBuilder.cs
- UpdateEventArgs.cs
- CookieHandler.cs
- OleDbCommandBuilder.cs
- AsyncStreamReader.cs
- XmlProcessingInstruction.cs
- Label.cs
- ComponentGuaranteesAttribute.cs
- PrintingPermission.cs
- MasterPageCodeDomTreeGenerator.cs
- TypefaceMetricsCache.cs
- MimeMapping.cs
- EndPoint.cs
- EntityDesignerUtils.cs
- XmlSchemaFacet.cs
- DeferredTextReference.cs
- FileLogRecord.cs
- WebPartExportVerb.cs
- DoubleAnimationClockResource.cs
- DefaultPropertyAttribute.cs
- FileUtil.cs
- ThousandthOfEmRealDoubles.cs
- ByteStack.cs
- WebPermission.cs
- XmlSchemaAnyAttribute.cs
- InvalidPropValue.cs
- shaperfactoryquerycachekey.cs
- DelimitedListTraceListener.cs
- ListBox.cs
- SocketElement.cs
- PropertySegmentSerializationProvider.cs
- TypeDescriptor.cs
- Region.cs
- PreviousTrackingServiceAttribute.cs
- AssemblyBuilderData.cs
- ContainerVisual.cs
- CaseInsensitiveHashCodeProvider.cs
- PeerNameRegistration.cs
- FrameAutomationPeer.cs
- SmtpNetworkElement.cs
- SQLMembershipProvider.cs
- ToolStripOverflow.cs
- ClickablePoint.cs
- OdbcUtils.cs
- PkcsUtils.cs
- ToolStripDropDownItem.cs
- DataContractSerializer.cs
- RectConverter.cs
- ListenerSessionConnectionReader.cs
- NavigationService.cs
- PropertyChangingEventArgs.cs
- Decimal.cs
- RoleBoolean.cs
- ShaderEffect.cs
- SecurityContextSecurityTokenAuthenticator.cs
- TableCellCollection.cs
- BindingGroup.cs
- Activity.cs
- UnsafeNativeMethods.cs
- FreeFormPanel.cs
- SpeechDetectedEventArgs.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ConnectionConsumerAttribute.cs
- WebRequestModuleElementCollection.cs
- KeyValuePair.cs
- EntityDataReader.cs
- EventLogRecord.cs
- PathNode.cs
- ShutDownListener.cs
- HwndAppCommandInputProvider.cs
- CodeMemberProperty.cs
- SmiSettersStream.cs
- NativeMethods.cs
- SystemIPGlobalProperties.cs
- DataGridViewCellParsingEventArgs.cs
- EncodingNLS.cs
- FormClosingEvent.cs
- ConfigPathUtility.cs
- KeyboardEventArgs.cs
- DoWorkEventArgs.cs
- CharacterHit.cs
- WebPartZone.cs
- MediaElement.cs
- PageAsyncTask.cs
- CanExpandCollapseAllConverter.cs
- SqlDataSourceStatusEventArgs.cs
- BuildManager.cs
- MediaPlayer.cs
- DesignerPainter.cs
- PanelDesigner.cs
- _SingleItemRequestCache.cs
- FailedToStartupUIException.cs
- ParameterInfo.cs
- PageAsyncTaskManager.cs
- DependencyObjectType.cs
- XsltArgumentList.cs