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
- SubMenuStyle.cs
- SupportedAddressingMode.cs
- TableColumnCollection.cs
- SupportingTokenAuthenticatorSpecification.cs
- ServiceModelExtensionElement.cs
- ArcSegment.cs
- WebPartVerbsEventArgs.cs
- AxisAngleRotation3D.cs
- InheritanceContextChangedEventManager.cs
- NamedPermissionSet.cs
- CmsInterop.cs
- MailWriter.cs
- FormViewPageEventArgs.cs
- SqlDataSourceView.cs
- QilExpression.cs
- TaskbarItemInfo.cs
- NamespaceDisplay.xaml.cs
- WindowsProgressbar.cs
- Touch.cs
- SID.cs
- PageThemeCodeDomTreeGenerator.cs
- XamlVector3DCollectionSerializer.cs
- CopyNodeSetAction.cs
- ExecutionContext.cs
- ADMembershipUser.cs
- ThumbButtonInfoCollection.cs
- ErrorFormatterPage.cs
- WebPartsPersonalizationAuthorization.cs
- Polygon.cs
- TreeChangeInfo.cs
- WindowsRebar.cs
- DatePickerDateValidationErrorEventArgs.cs
- Line.cs
- ModelItemKeyValuePair.cs
- TransactionFormatter.cs
- SmtpMail.cs
- ClientConfigurationSystem.cs
- DivideByZeroException.cs
- QilXmlWriter.cs
- AssemblyAttributesGoHere.cs
- DisplayInformation.cs
- TextRunProperties.cs
- Selection.cs
- ObjectStateEntryDbDataRecord.cs
- Slider.cs
- DispatcherExceptionEventArgs.cs
- ImageFormatConverter.cs
- AnnotationComponentManager.cs
- _LocalDataStore.cs
- LayoutUtils.cs
- ColorConvertedBitmapExtension.cs
- CodeAttributeArgumentCollection.cs
- regiisutil.cs
- FontWeight.cs
- selecteditemcollection.cs
- ProfileSettingsCollection.cs
- Int32Storage.cs
- ToolStripItemEventArgs.cs
- XmlUtil.cs
- Accessors.cs
- InkCanvasSelectionAdorner.cs
- AdministrationHelpers.cs
- Panel.cs
- ApplicationSecurityManager.cs
- XmlRawWriter.cs
- XmlTextReaderImpl.cs
- UnmanagedMemoryStream.cs
- RepeaterDesigner.cs
- EventLog.cs
- QilTernary.cs
- StringBuilder.cs
- QilFactory.cs
- SortExpressionBuilder.cs
- DataSourceGroupCollection.cs
- DataGridViewComboBoxColumn.cs
- SingleConverter.cs
- ToolStripArrowRenderEventArgs.cs
- SplitterPanel.cs
- Aggregates.cs
- ProcessRequestArgs.cs
- TrackBarRenderer.cs
- Aggregates.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Button.cs
- SqlConnectionFactory.cs
- XmlDocumentSerializer.cs
- regiisutil.cs
- SplineQuaternionKeyFrame.cs
- CustomAttributeFormatException.cs
- SqlBuffer.cs
- SettingsPropertyWrongTypeException.cs
- IPEndPointCollection.cs
- LayoutManager.cs
- TextServicesPropertyRanges.cs
- AttributeXamlType.cs
- SplitContainerDesigner.cs
- ResumeStoryboard.cs
- SmiEventSink_Default.cs
- Completion.cs
- AppDomainGrammarProxy.cs