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
- EventData.cs
- StringSorter.cs
- EmptyImpersonationContext.cs
- SiteMembershipCondition.cs
- MessageHeaderDescriptionCollection.cs
- DataError.cs
- ToolStripTemplateNode.cs
- GridViewRowCollection.cs
- MdImport.cs
- IssuedTokenParametersElement.cs
- FormViewInsertedEventArgs.cs
- SimpleLine.cs
- EmptyQuery.cs
- AspNetPartialTrustHelpers.cs
- FatalException.cs
- DataServicePagingProviderWrapper.cs
- DiscoveryDocumentReference.cs
- TypeUnloadedException.cs
- UpdateManifestForBrowserApplication.cs
- COAUTHIDENTITY.cs
- PropertyDescriptorComparer.cs
- Group.cs
- AutoResizedEvent.cs
- SiteMapNodeItem.cs
- SplineQuaternionKeyFrame.cs
- Wizard.cs
- TextDecorationCollection.cs
- ToolStripSplitButton.cs
- OdbcEnvironmentHandle.cs
- StorageEntitySetMapping.cs
- Error.cs
- CompareValidator.cs
- WindowsUpDown.cs
- GridViewDeleteEventArgs.cs
- OrderedDictionary.cs
- _AutoWebProxyScriptWrapper.cs
- ClientConfigurationHost.cs
- WsatAdminException.cs
- LayoutTableCell.cs
- MetadataUtilsSmi.cs
- RemoteWebConfigurationHost.cs
- WindowsGraphics2.cs
- MultiSelector.cs
- safesecurityhelperavalon.cs
- WebChannelFactory.cs
- ByteStack.cs
- XsdDuration.cs
- PageStatePersister.cs
- CompositeScriptReferenceEventArgs.cs
- safelinkcollection.cs
- _BufferOffsetSize.cs
- ValidatingReaderNodeData.cs
- StrongNamePublicKeyBlob.cs
- XmlNamespaceMapping.cs
- ReaderWriterLock.cs
- MobileControlDesigner.cs
- ToolStripItemClickedEventArgs.cs
- LongPath.cs
- _AutoWebProxyScriptEngine.cs
- WebEvents.cs
- RuleRef.cs
- WebReferencesBuildProvider.cs
- ComponentGuaranteesAttribute.cs
- RelationshipDetailsRow.cs
- XmlUTF8TextReader.cs
- RuleValidation.cs
- PrintDialog.cs
- FlowDocumentScrollViewer.cs
- HttpVersion.cs
- NameSpaceEvent.cs
- MessageSecurityProtocol.cs
- OdbcException.cs
- FrameworkElementFactoryMarkupObject.cs
- XmlPropertyBag.cs
- WebPartEditVerb.cs
- PixelFormat.cs
- AccessText.cs
- PartialTrustVisibleAssembliesSection.cs
- RelationshipManager.cs
- ProcessHostMapPath.cs
- AssemblyHash.cs
- WebMessageBodyStyleHelper.cs
- DeploymentExceptionMapper.cs
- AlphabetConverter.cs
- HttpCachePolicyElement.cs
- WebScriptEndpointElement.cs
- CustomAttributeSerializer.cs
- ObservableCollection.cs
- XpsS0ValidatingLoader.cs
- BrowserCapabilitiesFactoryBase.cs
- PermissionListSet.cs
- MenuItemBindingCollection.cs
- CompiledXpathExpr.cs
- DataServiceExpressionVisitor.cs
- Automation.cs
- ExpressionBuilderCollection.cs
- SafeEventLogWriteHandle.cs
- ItemContainerGenerator.cs
- GroupItem.cs
- HotSpotCollection.cs