Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CodeCatchClause.cs
- FamilyMap.cs
- LinqDataSourceEditData.cs
- QilValidationVisitor.cs
- PropertyInformationCollection.cs
- CreateUserWizard.cs
- CustomAttributeFormatException.cs
- GridViewCancelEditEventArgs.cs
- manifestimages.cs
- CardSpaceShim.cs
- CodeSubDirectoriesCollection.cs
- TreeView.cs
- HttpCacheParams.cs
- DetailsViewRow.cs
- ResourceProviderFactory.cs
- WeakReadOnlyCollection.cs
- LinkAreaEditor.cs
- XmlSchemaSimpleContentRestriction.cs
- BinaryUtilClasses.cs
- CrossSiteScriptingValidation.cs
- ErrorHandler.cs
- FolderBrowserDialog.cs
- FileUtil.cs
- Label.cs
- UrlParameterReader.cs
- Classification.cs
- VirtualPathUtility.cs
- LineServicesCallbacks.cs
- DiscoveryDocumentSerializer.cs
- ConvertEvent.cs
- DbMetaDataCollectionNames.cs
- Bits.cs
- ModifierKeysConverter.cs
- SQLInt64Storage.cs
- XmlEntityReference.cs
- KoreanLunisolarCalendar.cs
- ThrowHelper.cs
- WinCategoryAttribute.cs
- ServiceHostFactory.cs
- XmlSchemaComplexContent.cs
- X509Certificate.cs
- DesignerDataSchemaClass.cs
- ToolBar.cs
- SQLMoneyStorage.cs
- ObjectDataSourceSelectingEventArgs.cs
- SqlCacheDependencySection.cs
- Permission.cs
- PointAnimationBase.cs
- Help.cs
- DetailsViewInsertEventArgs.cs
- TaiwanCalendar.cs
- DescendentsWalker.cs
- ContentPosition.cs
- validationstate.cs
- MediaTimeline.cs
- PaintValueEventArgs.cs
- NameScopePropertyAttribute.cs
- SubqueryRules.cs
- FormView.cs
- MediaElement.cs
- AuthenticationModulesSection.cs
- RoutedEventValueSerializer.cs
- StringBuilder.cs
- ProjectedSlot.cs
- XPathSelfQuery.cs
- MultiAsyncResult.cs
- SchemaTypeEmitter.cs
- Enlistment.cs
- EFColumnProvider.cs
- PenLineCapValidation.cs
- unsafeIndexingFilterStream.cs
- TextComposition.cs
- SafeFindHandle.cs
- CopyOnWriteList.cs
- DecimalMinMaxAggregationOperator.cs
- ScriptResourceHandler.cs
- TableRow.cs
- CompositeActivityTypeDescriptor.cs
- BindingMemberInfo.cs
- EmptyEnumerator.cs
- EllipticalNodeOperations.cs
- Literal.cs
- SystemException.cs
- DataGridViewCellStyleChangedEventArgs.cs
- DefaultBinder.cs
- Size3DValueSerializer.cs
- CreateUserWizardAutoFormat.cs
- ValueQuery.cs
- Int32KeyFrameCollection.cs
- ContextMenuAutomationPeer.cs
- DataTablePropertyDescriptor.cs
- XmlSchemaDatatype.cs
- TabControlCancelEvent.cs
- CacheRequest.cs
- Permission.cs
- SettingsSavedEventArgs.cs
- DataRecordInternal.cs
- ViewService.cs
- DataServiceHost.cs
- HeaderUtility.cs