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
- ArrayWithOffset.cs
- XmlNamespaceDeclarationsAttribute.cs
- InkCollectionBehavior.cs
- AmbientLight.cs
- WCFServiceClientProxyGenerator.cs
- Identity.cs
- GACMembershipCondition.cs
- GridViewRowEventArgs.cs
- ArrayList.cs
- ProgramNode.cs
- Base64Stream.cs
- PropertyTabChangedEvent.cs
- Propagator.JoinPropagator.cs
- BrowserCapabilitiesFactoryBase.cs
- Constant.cs
- WindowsFormsHostPropertyMap.cs
- LayoutSettings.cs
- X509ClientCertificateAuthenticationElement.cs
- SiteMapNode.cs
- TypeLibConverter.cs
- Cursors.cs
- SafeProcessHandle.cs
- ControllableStoryboardAction.cs
- ForeignKeyConstraint.cs
- PersonalizationEntry.cs
- SR.cs
- grammarelement.cs
- URLMembershipCondition.cs
- SymbolMethod.cs
- FormViewUpdateEventArgs.cs
- CategoriesDocumentFormatter.cs
- ELinqQueryState.cs
- IsolationInterop.cs
- CodeThrowExceptionStatement.cs
- MediaElementAutomationPeer.cs
- TypefaceMap.cs
- TextParagraphCache.cs
- ListBindingConverter.cs
- SoapIncludeAttribute.cs
- CommonGetThemePartSize.cs
- TransactionContext.cs
- ListItemConverter.cs
- DictionaryBase.cs
- DbDataRecord.cs
- httpapplicationstate.cs
- SQLChars.cs
- StreamResourceInfo.cs
- ComponentCollection.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- AutoResetEvent.cs
- DesignerCatalogPartChrome.cs
- XmlChoiceIdentifierAttribute.cs
- DesignerWithHeader.cs
- WorkflowTimerService.cs
- EdmTypeAttribute.cs
- EmissiveMaterial.cs
- BitmapMetadataBlob.cs
- FilterException.cs
- DesignBindingConverter.cs
- XmlEncoding.cs
- ResourceManagerWrapper.cs
- Vector3DAnimation.cs
- cache.cs
- DataSourceDesigner.cs
- Helpers.cs
- ReadOnlyHierarchicalDataSource.cs
- DocumentPaginator.cs
- AsyncResult.cs
- TcpProcessProtocolHandler.cs
- SpeechAudioFormatInfo.cs
- ImageAnimator.cs
- StyleXamlTreeBuilder.cs
- ServiceProviders.cs
- AdapterUtil.cs
- IndexerReference.cs
- Wizard.cs
- BasePattern.cs
- GridViewColumn.cs
- NullEntityWrapper.cs
- Dispatcher.cs
- CancelAsyncOperationRequest.cs
- TextTreeExtractElementUndoUnit.cs
- VirtualDirectoryMapping.cs
- CustomValidator.cs
- DesignerPerfEventProvider.cs
- BitArray.cs
- TreeNodeCollectionEditor.cs
- EventLogEntryCollection.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- TextDecorationUnitValidation.cs
- WindowsNonControl.cs
- PropertyInfoSet.cs
- NextPreviousPagerField.cs
- RequestStatusBarUpdateEventArgs.cs
- LoadRetryAsyncResult.cs
- ProfilePropertySettingsCollection.cs
- ZipIOExtraField.cs
- AmbientProperties.cs
- BitmapEffectDrawing.cs
- SessionIDManager.cs