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
- Permission.cs
- ItemCheckedEvent.cs
- LineGeometry.cs
- ReferentialConstraint.cs
- FixedTextBuilder.cs
- AssemblyHash.cs
- XPathMultyIterator.cs
- DependencyProperty.cs
- TextWriter.cs
- _TLSstream.cs
- MethodAccessException.cs
- SqlInfoMessageEvent.cs
- IdleTimeoutMonitor.cs
- DiagnosticsConfigurationHandler.cs
- ShaperBuffers.cs
- ContentDesigner.cs
- PassportPrincipal.cs
- ObjectComplexPropertyMapping.cs
- Vector3DAnimationBase.cs
- ConfigurationManagerInternal.cs
- XmlRawWriterWrapper.cs
- CriticalExceptions.cs
- PasswordTextNavigator.cs
- ConcatQueryOperator.cs
- Preprocessor.cs
- StreamReader.cs
- DataGridViewButtonCell.cs
- MemberExpression.cs
- FunctionUpdateCommand.cs
- CodeBinaryOperatorExpression.cs
- XmlDataImplementation.cs
- HostProtectionException.cs
- TextTreeObjectNode.cs
- MimeObjectFactory.cs
- WebBrowserBase.cs
- Serializer.cs
- InlineCollection.cs
- RayMeshGeometry3DHitTestResult.cs
- ListBindableAttribute.cs
- XmlSchemaComplexType.cs
- CodeVariableDeclarationStatement.cs
- KerberosSecurityTokenAuthenticator.cs
- PhonemeEventArgs.cs
- DataGrid.cs
- WindowsRebar.cs
- PolyBezierSegment.cs
- KeyValuePair.cs
- GridViewRowPresenterBase.cs
- StyleSheetComponentEditor.cs
- ControlIdConverter.cs
- DispatcherObject.cs
- LinqDataSourceDisposeEventArgs.cs
- OperandQuery.cs
- EventHandlerList.cs
- SamlSerializer.cs
- Marshal.cs
- LostFocusEventManager.cs
- WaitHandle.cs
- GetPageCompletedEventArgs.cs
- DocComment.cs
- RepeaterItemEventArgs.cs
- BindingValueChangedEventArgs.cs
- CodeSnippetStatement.cs
- ResizeGrip.cs
- WindowsToolbarAsMenu.cs
- PlaceHolder.cs
- ClientSession.cs
- PageHandlerFactory.cs
- ManagementDateTime.cs
- DynamicMetaObject.cs
- FontSizeConverter.cs
- ScriptingWebServicesSectionGroup.cs
- MSHTMLHostUtil.cs
- SafeRightsManagementPubHandle.cs
- EasingKeyFrames.cs
- FigureParaClient.cs
- StringToken.cs
- Binding.cs
- RadioButtonRenderer.cs
- PrintPreviewControl.cs
- HashStream.cs
- StyleReferenceConverter.cs
- OleDragDropHandler.cs
- ChangeInterceptorAttribute.cs
- SqlPersonalizationProvider.cs
- ListViewCancelEventArgs.cs
- BookmarkManager.cs
- XmlSchemaAppInfo.cs
- CharacterString.cs
- ResourceManager.cs
- WebRequestModulesSection.cs
- ExternalCalls.cs
- TemplateControlBuildProvider.cs
- RequiredFieldValidator.cs
- XPathNodeInfoAtom.cs
- DurableInstanceManager.cs
- VirtualPathData.cs
- dbenumerator.cs
- ProfileSettingsCollection.cs
- SiteMapNodeItem.cs