Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CollectionViewSource.cs
- WizardPanel.cs
- SerTrace.cs
- AspCompat.cs
- UpdatePanelTriggerCollection.cs
- ZipFileInfo.cs
- FixedSOMLineRanges.cs
- BuildProvider.cs
- IsolatedStoragePermission.cs
- CreateUserErrorEventArgs.cs
- TogglePattern.cs
- PersonalizationStateInfoCollection.cs
- SystemDropShadowChrome.cs
- FormatSettings.cs
- RadioButtonFlatAdapter.cs
- ProfessionalColorTable.cs
- StrokeRenderer.cs
- PolicyLevel.cs
- InputProcessorProfilesLoader.cs
- DataIdProcessor.cs
- EventHandlers.cs
- ToolStripComboBox.cs
- SchemaNamespaceManager.cs
- ComponentFactoryHelpers.cs
- WebRequest.cs
- MembershipUser.cs
- Timer.cs
- SingleQueryOperator.cs
- activationcontext.cs
- WebZone.cs
- ClientData.cs
- UIAgentCrashedException.cs
- SafePEFileHandle.cs
- QuaternionAnimation.cs
- RayMeshGeometry3DHitTestResult.cs
- XMLSyntaxException.cs
- System.Data_BID.cs
- ConnectionPoint.cs
- AttributeCollection.cs
- RoutedUICommand.cs
- CellPartitioner.cs
- TextTreeTextElementNode.cs
- SecurityKeyType.cs
- NodeLabelEditEvent.cs
- ConstructorNeedsTagAttribute.cs
- RawStylusInputReport.cs
- FixedDocumentSequencePaginator.cs
- PageScaling.cs
- PeerTransportListenAddressValidator.cs
- DataControlField.cs
- TypeConverterHelper.cs
- Positioning.cs
- PerformanceCountersElement.cs
- MetadataArtifactLoaderComposite.cs
- CreateUserErrorEventArgs.cs
- GroupItemAutomationPeer.cs
- StreamGeometry.cs
- XmlSignatureProperties.cs
- BordersPage.cs
- DataRecordInternal.cs
- DllNotFoundException.cs
- CodeDesigner.cs
- Point.cs
- SafeSecurityHandles.cs
- PropertySet.cs
- HighlightVisual.cs
- DataTablePropertyDescriptor.cs
- SecurityUtils.cs
- DateTimeOffset.cs
- X509Utils.cs
- ColorAnimationBase.cs
- ConnectionStringsExpressionBuilder.cs
- ListBox.cs
- UnmanagedHandle.cs
- StructuralCache.cs
- SetterBaseCollection.cs
- SHA1CryptoServiceProvider.cs
- TextDpi.cs
- DecoratedNameAttribute.cs
- HybridDictionary.cs
- Schema.cs
- EntityDataSourceDesignerHelper.cs
- PermissionListSet.cs
- CustomAttributeBuilder.cs
- InertiaExpansionBehavior.cs
- PropertyStore.cs
- Delay.cs
- PeerNameRecordCollection.cs
- ServicesUtilities.cs
- DetailsViewDeletedEventArgs.cs
- ProxyWebPart.cs
- TreeBuilderXamlTranslator.cs
- Rights.cs
- DetailsViewUpdatedEventArgs.cs
- BitmapImage.cs
- ValueProviderWrapper.cs
- Int32AnimationBase.cs
- NavigationProperty.cs
- SessionParameter.cs
- SoapIncludeAttribute.cs