Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ProviderIncompatibleException.cs
- InternalSafeNativeMethods.cs
- BulletedList.cs
- WasHttpHandlersInstallComponent.cs
- LineBreak.cs
- IEnumerable.cs
- AsyncOperationManager.cs
- StrokeCollection.cs
- GenericAuthenticationEventArgs.cs
- PropertyState.cs
- AffineTransform3D.cs
- OracleMonthSpan.cs
- BrowserDefinitionCollection.cs
- Inflater.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- BinHexDecoder.cs
- MouseWheelEventArgs.cs
- FixedDocumentSequencePaginator.cs
- EdmError.cs
- regiisutil.cs
- JsonWriterDelegator.cs
- StringWriter.cs
- PrivateFontCollection.cs
- ImageClickEventArgs.cs
- HwndTarget.cs
- ApplicationFileParser.cs
- TransformProviderWrapper.cs
- Missing.cs
- Nullable.cs
- ProfileInfo.cs
- InputBinding.cs
- AspNetHostingPermission.cs
- MatchAllMessageFilter.cs
- CorrelationManager.cs
- ReferenceService.cs
- UserControlDocumentDesigner.cs
- ParseChildrenAsPropertiesAttribute.cs
- UrlPath.cs
- AddInAttribute.cs
- SubMenuStyle.cs
- ContainerFilterService.cs
- RoutedEventValueSerializer.cs
- DataTableMapping.cs
- DateTimeConstantAttribute.cs
- ImportCatalogPart.cs
- DetailsViewCommandEventArgs.cs
- XDRSchema.cs
- ObjectItemAssemblyLoader.cs
- SafeRightsManagementPubHandle.cs
- AssociatedControlConverter.cs
- BufferedGraphicsManager.cs
- _SslStream.cs
- DiscoveryService.cs
- MatrixAnimationBase.cs
- HeaderLabel.cs
- KnownTypesProvider.cs
- ServiceXNameTypeConverter.cs
- AddressUtility.cs
- CultureTable.cs
- ObjectConverter.cs
- Internal.cs
- TemplateBindingExtensionConverter.cs
- QuaternionRotation3D.cs
- JsonUriDataContract.cs
- XmlArrayItemAttribute.cs
- ToolBarButtonClickEvent.cs
- InvalidFilterCriteriaException.cs
- TargetConverter.cs
- ScrollChangedEventArgs.cs
- WrapPanel.cs
- RangeBaseAutomationPeer.cs
- JoinGraph.cs
- AsyncStreamReader.cs
- ChannelBase.cs
- NumberAction.cs
- TextSelectionHelper.cs
- ButtonChrome.cs
- ValueUnavailableException.cs
- LinqExpressionNormalizer.cs
- GroupQuery.cs
- InputManager.cs
- DataGridLength.cs
- NGCPageContentCollectionSerializerAsync.cs
- Encoding.cs
- InvalidDataException.cs
- DesignerToolStripControlHost.cs
- InternalDispatchObject.cs
- IdentityNotMappedException.cs
- CursorConverter.cs
- IgnoreFlushAndCloseStream.cs
- CustomTrackingRecord.cs
- ProcessManager.cs
- DocComment.cs
- HtmlHead.cs
- SupportingTokenSecurityTokenResolver.cs
- ExpressionCopier.cs
- StrokeSerializer.cs
- SmiXetterAccessMap.cs
- FrameworkTemplate.cs
- LogPolicy.cs