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
- ResourcesGenerator.cs
- PrincipalPermission.cs
- CompoundFileStreamReference.cs
- VerificationException.cs
- DbParameterHelper.cs
- MeshGeometry3D.cs
- ArrayExtension.cs
- UrlMappingsSection.cs
- ListChunk.cs
- XmlSchemaObjectCollection.cs
- AttachedPropertyMethodSelector.cs
- Speller.cs
- CodeParameterDeclarationExpressionCollection.cs
- HtmlString.cs
- SapiInterop.cs
- RepeaterCommandEventArgs.cs
- ShadowGlyph.cs
- LogicalExpr.cs
- LinearGradientBrush.cs
- OracleNumber.cs
- KnownTypesHelper.cs
- MultiDataTrigger.cs
- OracleBFile.cs
- ServiceReference.cs
- StreamWriter.cs
- DataGridViewColumnTypeEditor.cs
- PageBuildProvider.cs
- TdsParameterSetter.cs
- XmlNotation.cs
- DurationConverter.cs
- HtmlEncodedRawTextWriter.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- BinarySecretSecurityToken.cs
- Image.cs
- StrokeNodeOperations.cs
- SQLDateTimeStorage.cs
- AlignmentYValidation.cs
- ShaderEffect.cs
- DoubleAnimationClockResource.cs
- Registry.cs
- FileIOPermission.cs
- TemplateControlCodeDomTreeGenerator.cs
- Helpers.cs
- DocumentReferenceCollection.cs
- AutoCompleteStringCollection.cs
- SecurityElement.cs
- StylusLogic.cs
- XmlDocumentFieldSchema.cs
- Win32SafeHandles.cs
- TextSearch.cs
- WorkflowRuntimeSection.cs
- CryptoHandle.cs
- Frame.cs
- Assembly.cs
- Control.cs
- AmbientLight.cs
- Deserializer.cs
- NetPeerTcpBindingElement.cs
- MimeTypePropertyAttribute.cs
- FontResourceCache.cs
- Message.cs
- SystemUnicastIPAddressInformation.cs
- PropertiesTab.cs
- BeginEvent.cs
- SiteMapNodeItemEventArgs.cs
- IImplicitResourceProvider.cs
- RectValueSerializer.cs
- ElementInit.cs
- KnownColorTable.cs
- DataGridComponentEditor.cs
- RequestQueryProcessor.cs
- SRef.cs
- QuaternionValueSerializer.cs
- Content.cs
- IgnoreFlushAndCloseStream.cs
- ReadOnlyCollection.cs
- SafeFreeMibTable.cs
- DesignerDataColumn.cs
- DeviceContext2.cs
- Point3D.cs
- MiniModule.cs
- NavigatorOutput.cs
- ModelFactory.cs
- DataSourceSerializationException.cs
- GradientStop.cs
- EmulateRecognizeCompletedEventArgs.cs
- TextBreakpoint.cs
- MultipleViewProviderWrapper.cs
- AppDomainProtocolHandler.cs
- ProtocolsSection.cs
- formatter.cs
- OrthographicCamera.cs
- FormatterServices.cs
- nulltextcontainer.cs
- WaitHandleCannotBeOpenedException.cs
- NotifyInputEventArgs.cs
- ChannelPool.cs
- CheckedPointers.cs
- WorkflowIdleBehavior.cs
- CapabilitiesState.cs