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 / DataGridViewCellParsingEventArgs.cs / 1 / DataGridViewCellParsingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Drawing; using System.ComponentModel; ///public class DataGridViewCellParsingEventArgs : ConvertEventArgs { private int rowIndex, columnIndex; private DataGridViewCellStyle inheritedCellStyle; private bool parsingApplied; /// public DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, Type desiredType, DataGridViewCellStyle inheritedCellStyle) : base(value, desiredType) { this.rowIndex = rowIndex; this.columnIndex = columnIndex; this.inheritedCellStyle = inheritedCellStyle; } /// public int RowIndex { get { return this.rowIndex; } } /// public int ColumnIndex { get { return this.columnIndex; } } /// public DataGridViewCellStyle InheritedCellStyle { get { return this.inheritedCellStyle; } set { this.inheritedCellStyle = value; } } /// public bool ParsingApplied { get { return this.parsingApplied; } set { this.parsingApplied = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Drawing; using System.ComponentModel; ///public class DataGridViewCellParsingEventArgs : ConvertEventArgs { private int rowIndex, columnIndex; private DataGridViewCellStyle inheritedCellStyle; private bool parsingApplied; /// public DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, Type desiredType, DataGridViewCellStyle inheritedCellStyle) : base(value, desiredType) { this.rowIndex = rowIndex; this.columnIndex = columnIndex; this.inheritedCellStyle = inheritedCellStyle; } /// public int RowIndex { get { return this.rowIndex; } } /// public int ColumnIndex { get { return this.columnIndex; } } /// public DataGridViewCellStyle InheritedCellStyle { get { return this.inheritedCellStyle; } set { this.inheritedCellStyle = value; } } /// public bool ParsingApplied { get { return this.parsingApplied; } set { this.parsingApplied = value; } } } } // 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
- WebPartHelpVerb.cs
- SqlConnectionStringBuilder.cs
- TextBounds.cs
- TextEditorSelection.cs
- DetailsViewDeletedEventArgs.cs
- RemoteCryptoTokenProvider.cs
- GlobalizationAssembly.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- InkCanvasAutomationPeer.cs
- LocatorManager.cs
- PropertyValueChangedEvent.cs
- XhtmlBasicPanelAdapter.cs
- DataGridItemEventArgs.cs
- XMLSyntaxException.cs
- IODescriptionAttribute.cs
- DecoderReplacementFallback.cs
- ToolBarButtonClickEvent.cs
- DecimalStorage.cs
- InputScopeConverter.cs
- Int32AnimationUsingKeyFrames.cs
- SafeCryptoHandles.cs
- InputReferenceExpression.cs
- RuntimeResourceSet.cs
- ITextView.cs
- XPathBinder.cs
- AssemblyHash.cs
- RecognizerInfo.cs
- COM2ExtendedUITypeEditor.cs
- InputLangChangeRequestEvent.cs
- JsonSerializer.cs
- UnmanagedBitmapWrapper.cs
- EmbeddedMailObject.cs
- Substitution.cs
- XmlDataLoader.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- PassportAuthentication.cs
- StatusBarPanel.cs
- EncryptedPackageFilter.cs
- RunClient.cs
- DelegateBodyWriter.cs
- StrokeNodeEnumerator.cs
- TileModeValidation.cs
- NeutralResourcesLanguageAttribute.cs
- DbXmlEnabledProviderManifest.cs
- RealizationDrawingContextWalker.cs
- AdornerPresentationContext.cs
- Visitor.cs
- Win32Interop.cs
- DBAsyncResult.cs
- RSAPKCS1SignatureDeformatter.cs
- LineVisual.cs
- CaseInsensitiveComparer.cs
- TcpTransportSecurityElement.cs
- InternalControlCollection.cs
- SelectorAutomationPeer.cs
- TableParagraph.cs
- SmtpFailedRecipientsException.cs
- DataShape.cs
- DefaultValueTypeConverter.cs
- DataObjectPastingEventArgs.cs
- CompilerResults.cs
- TCEAdapterGenerator.cs
- UnsettableComboBox.cs
- XmlParserContext.cs
- CardSpaceSelector.cs
- SoapAttributeAttribute.cs
- JsonReader.cs
- EntityConnectionStringBuilder.cs
- TypeDescriptionProviderAttribute.cs
- COM2Enum.cs
- SettingsPropertyCollection.cs
- ResourcePermissionBaseEntry.cs
- WebProxyScriptElement.cs
- ListBoxItemWrapperAutomationPeer.cs
- GetLedgerEntryForRecipientRequest.cs
- UpdateTracker.cs
- ScriptingAuthenticationServiceSection.cs
- Guid.cs
- LocalizationParserHooks.cs
- WebPartTransformerAttribute.cs
- PathHelper.cs
- BmpBitmapDecoder.cs
- WebException.cs
- TransferMode.cs
- ApplicationManager.cs
- AlternateView.cs
- ToolStripDropDownClosedEventArgs.cs
- OdbcConnectionPoolProviderInfo.cs
- Win32Exception.cs
- SecurityManager.cs
- CachedResourceDictionaryExtension.cs
- Region.cs
- MouseGestureValueSerializer.cs
- baseshape.cs
- OleTxTransactionInfo.cs
- ToolStripMenuItem.cs
- Point.cs
- TextTabProperties.cs
- UnaryNode.cs
- DataGridTextBoxColumn.cs