Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1 / DataGridViewCellValidatingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; ////// /// public class DataGridViewCellValidatingEventArgs : CancelEventArgs { private int rowIndex, columnIndex; private object formattedValue; internal DataGridViewCellValidatingEventArgs(int columnIndex, int rowIndex, object formattedValue) { this.rowIndex = rowIndex; this.columnIndex = columnIndex; this.formattedValue = formattedValue; } ///[To be supplied.] ///public int ColumnIndex { get { return this.columnIndex; } } /// public object FormattedValue { get { return this.formattedValue; } } /// public int RowIndex { get { return this.rowIndex; } } } } // 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.ComponentModel; ////// /// public class DataGridViewCellValidatingEventArgs : CancelEventArgs { private int rowIndex, columnIndex; private object formattedValue; internal DataGridViewCellValidatingEventArgs(int columnIndex, int rowIndex, object formattedValue) { this.rowIndex = rowIndex; this.columnIndex = columnIndex; this.formattedValue = formattedValue; } ///[To be supplied.] ///public int ColumnIndex { get { return this.columnIndex; } } /// public object FormattedValue { get { return this.formattedValue; } } /// public int RowIndex { get { return this.rowIndex; } } } } // 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
- ToolStripDropDown.cs
- DataServiceResponse.cs
- FlowLayout.cs
- FileDialogCustomPlacesCollection.cs
- NavigationProgressEventArgs.cs
- HwndTarget.cs
- DbUpdateCommandTree.cs
- TextTreeUndo.cs
- ElementAtQueryOperator.cs
- PackageRelationship.cs
- TablePatternIdentifiers.cs
- GridViewEditEventArgs.cs
- SQLBinaryStorage.cs
- HttpServerProtocol.cs
- AttachInfo.cs
- AssemblyAttributes.cs
- SessionEndingEventArgs.cs
- AttributeQuery.cs
- Content.cs
- BufferAllocator.cs
- DetailsViewDeletedEventArgs.cs
- BevelBitmapEffect.cs
- DataGridToolTip.cs
- Effect.cs
- TextLine.cs
- FontStyleConverter.cs
- WorkflowElementDialogWindow.xaml.cs
- LayoutSettings.cs
- XappLauncher.cs
- FlowLayoutSettings.cs
- VarRemapper.cs
- PenThread.cs
- QuerySettings.cs
- RoutedEventValueSerializer.cs
- CheckBoxField.cs
- TemplatedMailWebEventProvider.cs
- XmlNavigatorFilter.cs
- CircleHotSpot.cs
- NavigationPropertyEmitter.cs
- DiscoveryCallbackBehavior.cs
- EntitySqlQueryBuilder.cs
- CommandID.cs
- CodeDomLocalizationProvider.cs
- GenericUI.cs
- StackSpiller.Generated.cs
- SqlProviderServices.cs
- UniqueConstraint.cs
- ProcessModule.cs
- SystemTcpStatistics.cs
- XmlSortKey.cs
- _DisconnectOverlappedAsyncResult.cs
- DataObjectFieldAttribute.cs
- AsymmetricKeyExchangeDeformatter.cs
- TemplateField.cs
- TreeNode.cs
- ButtonField.cs
- SimpleBitVector32.cs
- TimeSpan.cs
- AsyncCompletedEventArgs.cs
- DecryptedHeader.cs
- Events.cs
- WSHttpBinding.cs
- CallbackHandler.cs
- ArraySet.cs
- ScrollData.cs
- DetailsViewRow.cs
- CodeEventReferenceExpression.cs
- BaseConfigurationRecord.cs
- DataChangedEventManager.cs
- ContextBase.cs
- securestring.cs
- EnumerableWrapperWeakToStrong.cs
- DataGridViewComboBoxEditingControl.cs
- BitmapEffectvisualstate.cs
- ValuePattern.cs
- VirtualDirectoryMapping.cs
- CodeVariableDeclarationStatement.cs
- ReliableChannelFactory.cs
- ProviderBase.cs
- Pipe.cs
- RenderingBiasValidation.cs
- DodSequenceMerge.cs
- ObjectViewListener.cs
- OleDbInfoMessageEvent.cs
- UpdateTranslator.cs
- OperationContext.cs
- MimeBasePart.cs
- XmlDocumentSerializer.cs
- SolidBrush.cs
- NoneExcludedImageIndexConverter.cs
- PrinterSettings.cs
- CodeGenerator.cs
- LineBreakRecord.cs
- XmlSerializerFactory.cs
- FastEncoder.cs
- HTTPRemotingHandler.cs
- SmtpNtlmAuthenticationModule.cs
- NativeMethodsOther.cs
- BamlRecordHelper.cs
- TextTreeRootNode.cs