Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellParsingEventArgs.cs / 1305376 / 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
- DrawToolTipEventArgs.cs
- KeyNotFoundException.cs
- Menu.cs
- DataBoundControl.cs
- ProfileManager.cs
- SqlMetaData.cs
- _FtpDataStream.cs
- _ConnectionGroup.cs
- ApplicationSecurityInfo.cs
- PageFunction.cs
- HandlerBase.cs
- FormParameter.cs
- OdbcInfoMessageEvent.cs
- AutoGeneratedField.cs
- CodeExpressionCollection.cs
- GZipStream.cs
- WebDisplayNameAttribute.cs
- ColorTranslator.cs
- IndexedSelectQueryOperator.cs
- ClientScriptManager.cs
- StructuralComparisons.cs
- AnimatedTypeHelpers.cs
- XmlChildNodes.cs
- MessageQueuePermissionEntry.cs
- DispatcherExceptionFilterEventArgs.cs
- StringPropertyBuilder.cs
- RegistrySecurity.cs
- PanelDesigner.cs
- BindingExpressionBase.cs
- ChineseLunisolarCalendar.cs
- WebPartManagerInternals.cs
- NamespaceList.cs
- OleDbPropertySetGuid.cs
- OleDbConnectionInternal.cs
- documentsequencetextcontainer.cs
- XmlSerializerNamespaces.cs
- KnownAssemblyEntry.cs
- ColorAnimation.cs
- Lazy.cs
- CodeMemberEvent.cs
- Pool.cs
- EntityException.cs
- StringPropertyBuilder.cs
- XmlEntity.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- IODescriptionAttribute.cs
- XmlAttributeProperties.cs
- PerfCounters.cs
- EntityDataSourceDesignerHelper.cs
- AutomationElementCollection.cs
- ACE.cs
- ViewEvent.cs
- TabControlEvent.cs
- KeyToListMap.cs
- MemberListBinding.cs
- WorkflowCreationContext.cs
- ColorTransformHelper.cs
- FixedSOMTableRow.cs
- EdmScalarPropertyAttribute.cs
- ValidationSummary.cs
- ResourceReader.cs
- ProxyWebPart.cs
- DataContractAttribute.cs
- BackoffTimeoutHelper.cs
- PlatformCulture.cs
- HideDisabledControlAdapter.cs
- UpdateTranslator.cs
- SystemInfo.cs
- IconConverter.cs
- SoundPlayer.cs
- KeyedCollection.cs
- dataobject.cs
- CommonRemoteMemoryBlock.cs
- MetabaseReader.cs
- IIS7WorkerRequest.cs
- RenderOptions.cs
- ConfigurationConverterBase.cs
- WebPageTraceListener.cs
- UriParserTemplates.cs
- MsmqProcessProtocolHandler.cs
- AttributeQuery.cs
- SettingsPropertyValue.cs
- ButtonBaseAutomationPeer.cs
- StaticContext.cs
- PersistChildrenAttribute.cs
- HashCodeCombiner.cs
- PasswordDeriveBytes.cs
- AttributeUsageAttribute.cs
- HttpBufferlessInputStream.cs
- OleDbMetaDataFactory.cs
- ProxyGenerationError.cs
- TreeViewHitTestInfo.cs
- ConfigurationElement.cs
- ChannelServices.cs
- HandlerMappingMemo.cs
- TextRunProperties.cs
- ObjectConverter.cs
- X509ChainElement.cs
- DrawTreeNodeEventArgs.cs
- ObjectConverter.cs