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
- PreviewKeyDownEventArgs.cs
- PrinterSettings.cs
- ISAPIWorkerRequest.cs
- ComponentCodeDomSerializer.cs
- CreateSequence.cs
- ImageConverter.cs
- ProfileProvider.cs
- ElementHost.cs
- CodeTypeReferenceCollection.cs
- SponsorHelper.cs
- ControlType.cs
- WebPartEditorOkVerb.cs
- TlsnegoTokenAuthenticator.cs
- ProtocolViolationException.cs
- WebBrowserProgressChangedEventHandler.cs
- BitStack.cs
- IItemContainerGenerator.cs
- CodeTypeDeclaration.cs
- TextBox.cs
- RepeaterItemEventArgs.cs
- ChildrenQuery.cs
- ToolboxDataAttribute.cs
- WebScriptMetadataInstanceContextProvider.cs
- XmlNamedNodeMap.cs
- WebPartDescriptionCollection.cs
- Label.cs
- XmlUtilWriter.cs
- ProxyGenerationError.cs
- ServicePointManager.cs
- HebrewNumber.cs
- UpdateTranslator.cs
- OdbcCommandBuilder.cs
- ValidateNames.cs
- ArcSegment.cs
- CheckPair.cs
- InternalException.cs
- NTAccount.cs
- ForceCopyBuildProvider.cs
- LicenseProviderAttribute.cs
- peernodeimplementation.cs
- ByteArrayHelperWithString.cs
- ListComponentEditor.cs
- EventRouteFactory.cs
- DynamicField.cs
- Pen.cs
- SHA1CryptoServiceProvider.cs
- Binding.cs
- TraceLevelStore.cs
- DBDataPermission.cs
- NameTable.cs
- ReadOnlyHierarchicalDataSourceView.cs
- LambdaCompiler.Address.cs
- TextContainer.cs
- xml.cs
- ConfigurationValidatorAttribute.cs
- ReflectionTypeLoadException.cs
- GPRECTF.cs
- WebHeaderCollection.cs
- OracleBoolean.cs
- DCSafeHandle.cs
- Token.cs
- StyleSelector.cs
- WindowsStatic.cs
- BitmapData.cs
- ActiveXSite.cs
- UidPropertyAttribute.cs
- CodeActivityMetadata.cs
- ResumeStoryboard.cs
- SerializerWriterEventHandlers.cs
- QueryBranchOp.cs
- Point3DCollection.cs
- Utils.cs
- FormsAuthenticationConfiguration.cs
- XmlNamespaceDeclarationsAttribute.cs
- MemberDescriptor.cs
- Scheduler.cs
- LineUtil.cs
- wgx_commands.cs
- CodeNamespaceCollection.cs
- Evaluator.cs
- XmlDataImplementation.cs
- ExpressionEditorAttribute.cs
- recordstatescratchpad.cs
- AssociationEndMember.cs
- Decoder.cs
- DataGridViewDataErrorEventArgs.cs
- printdlgexmarshaler.cs
- XPathParser.cs
- CompilerError.cs
- CustomAttributeSerializer.cs
- WorkflowInstanceSuspendedRecord.cs
- FontSourceCollection.cs
- StreamFormatter.cs
- UTF7Encoding.cs
- FullTrustAssembly.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- ListViewGroupConverter.cs
- AmbientValueAttribute.cs
- IncrementalHitTester.cs
- sqlcontext.cs