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
- EdmToObjectNamespaceMap.cs
- WizardPanel.cs
- CompilerScope.cs
- SystemIPv4InterfaceProperties.cs
- TextServicesDisplayAttribute.cs
- XmlDocumentType.cs
- DefaultTraceListener.cs
- FlowLayout.cs
- ConfigurationElementCollection.cs
- CLSCompliantAttribute.cs
- Border.cs
- ValidatorCollection.cs
- RayHitTestParameters.cs
- StateMachineDesignerPaint.cs
- TransformGroup.cs
- CompilationSection.cs
- PopupControlService.cs
- RegexCompilationInfo.cs
- RegexCode.cs
- BackStopAuthenticationModule.cs
- EntityClassGenerator.cs
- DbParameterCollection.cs
- DataRowExtensions.cs
- ByteStack.cs
- DiagnosticsConfigurationHandler.cs
- ServicePointManagerElement.cs
- FunctionQuery.cs
- InternalConfigRoot.cs
- TemplatePagerField.cs
- MemoryStream.cs
- SudsCommon.cs
- CopyCodeAction.cs
- KeyedCollection.cs
- WebControl.cs
- TemplatedWizardStep.cs
- XNameTypeConverter.cs
- ProcessModuleCollection.cs
- ClipboardProcessor.cs
- ReferenceConverter.cs
- TrackingValidationObjectDictionary.cs
- WS2007FederationHttpBindingCollectionElement.cs
- StructuredType.cs
- Pool.cs
- InputScopeAttribute.cs
- XamlSerializerUtil.cs
- EnumValAlphaComparer.cs
- QuaternionKeyFrameCollection.cs
- SystemUnicastIPAddressInformation.cs
- DataGridViewToolTip.cs
- IntSecurity.cs
- StringFreezingAttribute.cs
- DecoratedNameAttribute.cs
- AlphaSortedEnumConverter.cs
- Currency.cs
- DataGridItem.cs
- TransformPatternIdentifiers.cs
- DoubleAnimationUsingKeyFrames.cs
- SQLStringStorage.cs
- ClassicBorderDecorator.cs
- EntityDataSourceColumn.cs
- FontFamilyIdentifier.cs
- RijndaelManagedTransform.cs
- TextSearch.cs
- ContentPropertyAttribute.cs
- XmlTextReaderImpl.cs
- TargetInvocationException.cs
- DragDropManager.cs
- _LazyAsyncResult.cs
- XmlAnyAttributeAttribute.cs
- TemplatedWizardStep.cs
- Expression.cs
- ActiveXHelper.cs
- EntityCommandDefinition.cs
- SrgsElement.cs
- DataGridRelationshipRow.cs
- TypeSemantics.cs
- ConfigurationSection.cs
- ContainerAction.cs
- AutomationAttributeInfo.cs
- GridViewDeleteEventArgs.cs
- StringPropertyBuilder.cs
- TreeBuilder.cs
- ControlAdapter.cs
- TableItemPattern.cs
- ServiceOperationViewControl.cs
- CodeTypeConstructor.cs
- HealthMonitoringSection.cs
- CellCreator.cs
- SspiSafeHandles.cs
- RealProxy.cs
- XsltSettings.cs
- BufferedStream.cs
- NumberAction.cs
- DataBinding.cs
- UserPreferenceChangedEventArgs.cs
- CapabilitiesUse.cs
- OdbcConnectionPoolProviderInfo.cs
- DesignerTextWriter.cs
- HMACSHA1.cs
- ComponentCache.cs