Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowCancelEventArgs.cs / 1305376 / DataGridViewRowCancelEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; using System.ComponentModel; ////// /// public class DataGridViewRowCancelEventArgs : CancelEventArgs { private DataGridViewRow dataGridViewRow; ///[To be supplied.] ///public DataGridViewRowCancelEventArgs(DataGridViewRow dataGridViewRow) { Debug.Assert(dataGridViewRow != null); Debug.Assert(dataGridViewRow.Index >= 0); this.dataGridViewRow = dataGridViewRow; } /// /// /// public DataGridViewRow Row { get { return this.dataGridViewRow; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlPanelAdapter.cs
- MaskedTextProvider.cs
- WebEventCodes.cs
- ProfileEventArgs.cs
- CompleteWizardStep.cs
- TextUtf8RawTextWriter.cs
- MruCache.cs
- ResourceDescriptionAttribute.cs
- Throw.cs
- RoleGroup.cs
- ReflectionPermission.cs
- Typeface.cs
- XPathNodeList.cs
- TextSegment.cs
- FormsAuthenticationConfiguration.cs
- DeploymentSectionCache.cs
- WebRequestModuleElementCollection.cs
- CompositeKey.cs
- ConnectionsZone.cs
- DependencyObject.cs
- CurrentTimeZone.cs
- _ChunkParse.cs
- Int32CollectionValueSerializer.cs
- Byte.cs
- SiteMapNode.cs
- DataChangedEventManager.cs
- CompleteWizardStep.cs
- RenderOptions.cs
- RemoteWebConfigurationHost.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- SafeSystemMetrics.cs
- EasingFunctionBase.cs
- BackgroundFormatInfo.cs
- TimerEventSubscription.cs
- Part.cs
- Object.cs
- ScopedMessagePartSpecification.cs
- InvokerUtil.cs
- DateTimeUtil.cs
- SqlPersonalizationProvider.cs
- DocumentOrderQuery.cs
- InertiaTranslationBehavior.cs
- EntityDataSourceChangedEventArgs.cs
- TextTreeRootNode.cs
- LayoutSettings.cs
- InputLanguageProfileNotifySink.cs
- SHA384Managed.cs
- ChannelManager.cs
- FlowStep.cs
- ProtectedConfigurationProviderCollection.cs
- MetadataPropertyvalue.cs
- SspiWrapper.cs
- RelationshipSet.cs
- SafeProcessHandle.cs
- MarkupWriter.cs
- UInt16.cs
- EventLogPermissionEntry.cs
- AsymmetricKeyExchangeDeformatter.cs
- WizardSideBarListControlItemEventArgs.cs
- TemplateNameScope.cs
- CodeBinaryOperatorExpression.cs
- Mapping.cs
- PersistChildrenAttribute.cs
- RelationshipDetailsRow.cs
- MenuAutomationPeer.cs
- X509Certificate2.cs
- DetailsViewUpdatedEventArgs.cs
- ElementHostPropertyMap.cs
- DataPagerFieldCollection.cs
- FacetValueContainer.cs
- HttpResponse.cs
- Context.cs
- InfoCardClaimCollection.cs
- NonVisualControlAttribute.cs
- ControlPager.cs
- MimeTypeAttribute.cs
- MgmtConfigurationRecord.cs
- ToolStripButton.cs
- SQLDateTime.cs
- ComponentManagerBroker.cs
- ToolStripRendererSwitcher.cs
- MultiView.cs
- CodeDomConfigurationHandler.cs
- Durable.cs
- SiteMapSection.cs
- XamlTypeMapper.cs
- SessionViewState.cs
- CompiledRegexRunner.cs
- XamlFxTrace.cs
- WriteTimeStream.cs
- FakeModelItemImpl.cs
- DBSchemaRow.cs
- HiddenFieldPageStatePersister.cs
- CodeBinaryOperatorExpression.cs
- SyndicationSerializer.cs
- RightsManagementUser.cs
- CatalogUtil.cs
- StructuredType.cs
- RelationshipType.cs
- MethodResolver.cs