Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewCellValidatingEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UITypeEditor.cs
- RightNameExpirationInfoPair.cs
- EmptyQuery.cs
- ActivityStatusChangeEventArgs.cs
- SqlProviderServices.cs
- GreaterThan.cs
- CodeGenerationManager.cs
- MessageSmuggler.cs
- Int32AnimationBase.cs
- DefaultMemberAttribute.cs
- ConfigXmlAttribute.cs
- Cursors.cs
- ClientScriptManager.cs
- UrlPath.cs
- SID.cs
- XmlUtf8RawTextWriter.cs
- LocationEnvironment.cs
- BaseParser.cs
- WebPartCloseVerb.cs
- MenuItemStyle.cs
- CodeNamespace.cs
- CompilationUnit.cs
- MimeWriter.cs
- Maps.cs
- StreamDocument.cs
- SpanIndex.cs
- Thread.cs
- oledbmetadatacolumnnames.cs
- LinqExpressionNormalizer.cs
- Win32.cs
- CapabilitiesState.cs
- EnvelopedSignatureTransform.cs
- HwndKeyboardInputProvider.cs
- MdiWindowListStrip.cs
- VScrollBar.cs
- WeakHashtable.cs
- BaseComponentEditor.cs
- MostlySingletonList.cs
- IisTraceWebEventProvider.cs
- StrokeNodeOperations.cs
- LinqDataSourceSelectEventArgs.cs
- SafeViewOfFileHandle.cs
- Object.cs
- RelativeSource.cs
- SelectionChangedEventArgs.cs
- SplitterPanel.cs
- PersistChildrenAttribute.cs
- StateDesigner.CommentLayoutGlyph.cs
- CalendarTable.cs
- DocumentReferenceCollection.cs
- ConfigurationManagerHelper.cs
- FunctionOverloadResolver.cs
- FormatException.cs
- EntityDataSourceDataSelection.cs
- SmtpDigestAuthenticationModule.cs
- DragEvent.cs
- WindowClosedEventArgs.cs
- SrgsRuleRef.cs
- ToolStripTextBox.cs
- WebScriptMetadataInstanceContextProvider.cs
- ScalarOps.cs
- ReferenceSchema.cs
- FlowLayout.cs
- EntityTemplateUserControl.cs
- WebConfigManager.cs
- StandardToolWindows.cs
- ApplicationManager.cs
- ToolStripDropDownClosingEventArgs.cs
- XmlSchemaSimpleTypeList.cs
- VersionedStream.cs
- DocumentXmlWriter.cs
- ActivityInstance.cs
- SpeechRecognizer.cs
- SpecialFolderEnumConverter.cs
- Parser.cs
- ResourceKey.cs
- AppliedDeviceFiltersDialog.cs
- BezierSegment.cs
- DataTableMapping.cs
- KeyBinding.cs
- ByteAnimation.cs
- FontStyleConverter.cs
- StrongName.cs
- OleDbInfoMessageEvent.cs
- XmlWhitespace.cs
- AdapterDictionary.cs
- EncoderParameters.cs
- TableProviderWrapper.cs
- SortExpressionBuilder.cs
- LastQueryOperator.cs
- InlineUIContainer.cs
- RightsManagementInformation.cs
- ViewGenerator.cs
- WebControlsSection.cs
- KeyedCollection.cs
- TemplateInstanceAttribute.cs
- UnicastIPAddressInformationCollection.cs
- ListViewAutomationPeer.cs
- SafeSystemMetrics.cs
- ObjectParameter.cs