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
- UrlAuthFailedErrorFormatter.cs
- WebPartConnectionsCloseVerb.cs
- RoleGroupCollectionEditor.cs
- ListParaClient.cs
- DataPointer.cs
- BindingMAnagerBase.cs
- XamlStream.cs
- WebControlParameterProxy.cs
- DialogResultConverter.cs
- PassportAuthenticationEventArgs.cs
- SerialReceived.cs
- TextSerializer.cs
- RenderContext.cs
- DocumentGrid.cs
- DriveInfo.cs
- streamingZipPartStream.cs
- TreeNodeBindingDepthConverter.cs
- NestedContainer.cs
- LiteralControl.cs
- EmbossBitmapEffect.cs
- _SingleItemRequestCache.cs
- DataBindingExpressionBuilder.cs
- Sql8ExpressionRewriter.cs
- TagNameToTypeMapper.cs
- CrossContextChannel.cs
- ContextStaticAttribute.cs
- ByteStream.cs
- EntityFrameworkVersions.cs
- TempFiles.cs
- SettingsPropertyCollection.cs
- XmlProcessingInstruction.cs
- ArrayTypeMismatchException.cs
- XmlReader.cs
- CacheDependency.cs
- TagPrefixCollection.cs
- MenuTracker.cs
- DesignerDataSourceView.cs
- Base64Encoder.cs
- CFStream.cs
- GetPageCompletedEventArgs.cs
- TemplateManager.cs
- SQLMoneyStorage.cs
- WebCategoryAttribute.cs
- securitycriticaldata.cs
- WebPartZoneBase.cs
- ObjectHelper.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ObjectStateEntryDbDataRecord.cs
- DataGridViewLinkCell.cs
- XslAst.cs
- documentsequencetextcontainer.cs
- RadioButtonList.cs
- ReliableInputConnection.cs
- DocumentPageViewAutomationPeer.cs
- SafePointer.cs
- recordstatefactory.cs
- TextDecoration.cs
- CellQuery.cs
- AdornedElementPlaceholder.cs
- DataSourceHelper.cs
- WorkflowRuntimeService.cs
- PreviewPrintController.cs
- odbcmetadatafactory.cs
- PriorityRange.cs
- DataServiceProviderWrapper.cs
- BitmapSource.cs
- CodeConstructor.cs
- HintTextConverter.cs
- PreservationFileReader.cs
- NumericUpDown.cs
- WmlLiteralTextAdapter.cs
- ImageListUtils.cs
- ProfilePropertySettingsCollection.cs
- WindowHelperService.cs
- SelectionChangedEventArgs.cs
- ProxyGenerator.cs
- FamilyCollection.cs
- NotifyInputEventArgs.cs
- IgnoreDeviceFilterElement.cs
- RenderTargetBitmap.cs
- WebPartConnectionsCancelEventArgs.cs
- SoapObjectReader.cs
- AutomationProperty.cs
- PersonalizationProviderCollection.cs
- ComponentResourceKeyConverter.cs
- AssociationType.cs
- ScrollBarAutomationPeer.cs
- Encoder.cs
- WinEventTracker.cs
- SuppressMessageAttribute.cs
- ServiceBehaviorAttribute.cs
- ConnectionStringsExpressionEditor.cs
- Type.cs
- _ShellExpression.cs
- PolyQuadraticBezierSegment.cs
- SqlMethodAttribute.cs
- Maps.cs
- SmiEventStream.cs
- BrowserCapabilitiesCompiler.cs
- TextSpanModifier.cs