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
- FontInfo.cs
- XmlArrayItemAttribute.cs
- TimeSpanSecondsConverter.cs
- CodeMemberProperty.cs
- CharAnimationBase.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- BidPrivateBase.cs
- PathData.cs
- RouteParameter.cs
- CharEntityEncoderFallback.cs
- VariantWrapper.cs
- BmpBitmapDecoder.cs
- StickyNoteAnnotations.cs
- UInt32Storage.cs
- PolicyStatement.cs
- XmlSchemaCompilationSettings.cs
- mediaeventshelper.cs
- CallContext.cs
- HttpConfigurationContext.cs
- SpoolingTask.cs
- InvalidCommandTreeException.cs
- CodeRegionDirective.cs
- Lasso.cs
- HttpResponse.cs
- DistinctQueryOperator.cs
- RightsManagementPermission.cs
- ConditionChanges.cs
- SafeLocalAllocation.cs
- __ConsoleStream.cs
- NameObjectCollectionBase.cs
- RetrieveVirtualItemEventArgs.cs
- CacheChildrenQuery.cs
- XmlDocumentSchema.cs
- XmlSchemaComplexContentExtension.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- PagedDataSource.cs
- InfoCardRSACryptoProvider.cs
- FormClosedEvent.cs
- WaitForChangedResult.cs
- FormatterServices.cs
- VariableDesigner.xaml.cs
- RenderingEventArgs.cs
- Calendar.cs
- QueryExpr.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- TransformerInfoCollection.cs
- Profiler.cs
- Int32CAMarshaler.cs
- XPathEmptyIterator.cs
- UrlAuthorizationModule.cs
- __Filters.cs
- BindingExpressionBase.cs
- SqlStream.cs
- XmlIncludeAttribute.cs
- Int32Rect.cs
- AsyncWaitHandle.cs
- ValidatedControlConverter.cs
- TileModeValidation.cs
- Compiler.cs
- EntityWrapper.cs
- DbProviderFactoriesConfigurationHandler.cs
- MemberAccessException.cs
- ChangeDirector.cs
- ConsumerConnectionPointCollection.cs
- ExpressionCopier.cs
- PropertyValueUIItem.cs
- MethodBuilder.cs
- MsmqIntegrationProcessProtocolHandler.cs
- WebBrowserBase.cs
- XmlAnyElementAttribute.cs
- ToolStripContentPanel.cs
- LinearGradientBrush.cs
- TextServicesPropertyRanges.cs
- InlinedAggregationOperatorEnumerator.cs
- HttpsHostedTransportConfiguration.cs
- SoapProcessingBehavior.cs
- SettingsSavedEventArgs.cs
- OdbcConnectionString.cs
- FontNameConverter.cs
- Matrix.cs
- CurrentChangingEventArgs.cs
- DataGridViewEditingControlShowingEventArgs.cs
- Base64Stream.cs
- StreamUpgradeInitiator.cs
- DirectoryNotFoundException.cs
- ExpressionEditorSheet.cs
- keycontainerpermission.cs
- AttributeAction.cs
- EndPoint.cs
- Exceptions.cs
- X509CertificateCollection.cs
- ContextInformation.cs
- ServicePoint.cs
- MexTcpBindingCollectionElement.cs
- StrongNameHelpers.cs
- XmlNullResolver.cs
- MessageDroppedTraceRecord.cs
- ScheduleChanges.cs
- TimeoutException.cs
- ListViewGroup.cs