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
- CultureSpecificStringDictionary.cs
- TagMapInfo.cs
- Button.cs
- TransformerConfigurationWizardBase.cs
- BuildResult.cs
- DeferredSelectedIndexReference.cs
- HttpStreamMessage.cs
- RightNameExpirationInfoPair.cs
- HandoffBehavior.cs
- FilteredDataSetHelper.cs
- BufferedGraphicsManager.cs
- ObjectDataSourceFilteringEventArgs.cs
- AsymmetricSignatureFormatter.cs
- LocationReferenceEnvironment.cs
- OwnerDrawPropertyBag.cs
- Accessible.cs
- LinkTarget.cs
- Italic.cs
- IdentifierCollection.cs
- Semaphore.cs
- AutomationPeer.cs
- WorkflowMarkupSerializationProvider.cs
- ComponentGuaranteesAttribute.cs
- WindowsGraphics2.cs
- ArrayHelper.cs
- ToolStripGrip.cs
- ParserContext.cs
- ToolStripContentPanel.cs
- ExtensionFile.cs
- WindowsScrollBar.cs
- OpenFileDialog.cs
- ElementHostPropertyMap.cs
- MailAddressCollection.cs
- BrowserCapabilitiesCodeGenerator.cs
- DiscoveryRequestHandler.cs
- DbSetClause.cs
- ToolStripGrip.cs
- InputScope.cs
- ExpressionBinding.cs
- SafeProcessHandle.cs
- DocumentScope.cs
- UniqueConstraint.cs
- SafeProcessHandle.cs
- AnnotationMap.cs
- DataStorage.cs
- Style.cs
- EmbeddedMailObjectsCollection.cs
- DbDataSourceEnumerator.cs
- DictionaryEditChange.cs
- DefaultEvaluationContext.cs
- SqlDependencyListener.cs
- TextReader.cs
- FormViewDeletedEventArgs.cs
- Brushes.cs
- StringWriter.cs
- Int32CAMarshaler.cs
- IncomingWebResponseContext.cs
- Tool.cs
- HttpInputStream.cs
- TextTreeInsertElementUndoUnit.cs
- FixedDocumentPaginator.cs
- PersonalizablePropertyEntry.cs
- ExtentJoinTreeNode.cs
- InstanceLockLostException.cs
- ExceptionAggregator.cs
- GCHandleCookieTable.cs
- ObjectDataSource.cs
- PropertyDescriptorCollection.cs
- InplaceBitmapMetadataWriter.cs
- XamlStackWriter.cs
- OdbcDataAdapter.cs
- TryCatch.cs
- SystemIPv6InterfaceProperties.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ImageList.cs
- ResourceReader.cs
- ListenerSingletonConnectionReader.cs
- FileChangesMonitor.cs
- ProfileServiceManager.cs
- SecurityMessageProperty.cs
- MemberAccessException.cs
- SectionVisual.cs
- Rotation3D.cs
- ListBoxItem.cs
- PropertyGridView.cs
- FontUnit.cs
- DeploymentSection.cs
- RepeatInfo.cs
- ConcurrentDictionary.cs
- BitmapFrameEncode.cs
- ObjectContextServiceProvider.cs
- CompressedStack.cs
- CalendarModeChangedEventArgs.cs
- OleDbSchemaGuid.cs
- WebPartTransformerCollection.cs
- NotificationContext.cs
- NameValuePermission.cs
- QilList.cs
- MimeMapping.cs
- CodeAttachEventStatement.cs