Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListViewItem.cs
- VarInfo.cs
- DataControlPagerLinkButton.cs
- OrderedDictionary.cs
- StorageModelBuildProvider.cs
- XmlElementAttribute.cs
- CharStorage.cs
- BufferedGraphicsContext.cs
- ConvertTextFrag.cs
- BamlCollectionHolder.cs
- IdnMapping.cs
- DataServiceHostFactory.cs
- CatalogZoneBase.cs
- ConnectionPointGlyph.cs
- SubpageParagraph.cs
- MarkupProperty.cs
- ActivityUtilities.cs
- EventSourceCreationData.cs
- TypeExtension.cs
- MessageEncoderFactory.cs
- GeneralTransformGroup.cs
- PenCursorManager.cs
- TemplateBuilder.cs
- EdmProperty.cs
- SourceElementsCollection.cs
- ValidationHelpers.cs
- ValidatingReaderNodeData.cs
- UnaryNode.cs
- Rule.cs
- SchemaNotation.cs
- CatalogPartChrome.cs
- DataFormats.cs
- StringConcat.cs
- DelegateSerializationHolder.cs
- SHA1CryptoServiceProvider.cs
- SingleStorage.cs
- XmlILConstructAnalyzer.cs
- DetailsViewPageEventArgs.cs
- IndexOutOfRangeException.cs
- JournalEntryListConverter.cs
- XmlText.cs
- SerializationInfo.cs
- AddValidationError.cs
- XmlCharCheckingWriter.cs
- RepeaterItem.cs
- Condition.cs
- FragmentQuery.cs
- glyphs.cs
- ObjectStateManagerMetadata.cs
- WorkflowRuntimeServiceElement.cs
- XmlnsDictionary.cs
- SplitterEvent.cs
- TraceRecord.cs
- RelationshipManager.cs
- OleTxTransactionInfo.cs
- IdentityValidationException.cs
- AttributeAction.cs
- TagPrefixInfo.cs
- ActiveXMessageFormatter.cs
- Classification.cs
- Msec.cs
- Tokenizer.cs
- ImageAutomationPeer.cs
- DataGridRowEventArgs.cs
- DataGridItemCollection.cs
- ProfilePropertySettings.cs
- Point3DAnimationBase.cs
- InspectionWorker.cs
- ScrollChrome.cs
- ConnectionPoolManager.cs
- SynchronizationContextHelper.cs
- ListControl.cs
- InstanceCollisionException.cs
- XamlFilter.cs
- IndentTextWriter.cs
- GZipStream.cs
- HtmlInputImage.cs
- DataPagerFieldCollection.cs
- DropSource.cs
- FrameAutomationPeer.cs
- SqlReferenceCollection.cs
- ApplicationProxyInternal.cs
- UserControlCodeDomTreeGenerator.cs
- DispatcherObject.cs
- Module.cs
- OptionalMessageQuery.cs
- XmlObjectSerializer.cs
- FixUp.cs
- SaveFileDialog.cs
- ILGenerator.cs
- Interlocked.cs
- Win32.cs
- TraceUtility.cs
- HandlerFactoryWrapper.cs
- CollectionBuilder.cs
- nulltextnavigator.cs
- QueryableDataSource.cs
- MessagePartDescription.cs
- SafeTimerHandle.cs
- _NativeSSPI.cs