Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowStateChangedEventArgs.cs / 1305376 / DataGridViewRowStateChangedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
///
public class DataGridViewRowStateChangedEventArgs : EventArgs
{
private DataGridViewRow dataGridViewRow;
private DataGridViewElementStates stateChanged;
///
public DataGridViewRowStateChangedEventArgs(DataGridViewRow dataGridViewRow, DataGridViewElementStates stateChanged)
{
this.dataGridViewRow = dataGridViewRow;
this.stateChanged = stateChanged;
}
///
public DataGridViewRow Row
{
get
{
return this.dataGridViewRow;
}
}
///
public DataGridViewElementStates StateChanged
{
get
{
return this.stateChanged;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
///
public class DataGridViewRowStateChangedEventArgs : EventArgs
{
private DataGridViewRow dataGridViewRow;
private DataGridViewElementStates stateChanged;
///
public DataGridViewRowStateChangedEventArgs(DataGridViewRow dataGridViewRow, DataGridViewElementStates stateChanged)
{
this.dataGridViewRow = dataGridViewRow;
this.stateChanged = stateChanged;
}
///
public DataGridViewRow Row
{
get
{
return this.dataGridViewRow;
}
}
///
public DataGridViewElementStates StateChanged
{
get
{
return this.stateChanged;
}
}
}
}
// 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
- SiteMapDataSource.cs
- ImageList.cs
- SiteMembershipCondition.cs
- MultiSelectRootGridEntry.cs
- RtfControlWordInfo.cs
- UITypeEditor.cs
- ThreadStateException.cs
- FreeFormDesigner.cs
- MdiWindowListItemConverter.cs
- UriSectionData.cs
- ConfigurationManagerHelperFactory.cs
- StylusPlugin.cs
- AdPostCacheSubstitution.cs
- DataChangedEventManager.cs
- MarkupExtensionParser.cs
- ParsedRoute.cs
- ComponentSerializationService.cs
- MissingSatelliteAssemblyException.cs
- DrawingVisualDrawingContext.cs
- GenerateTemporaryTargetAssembly.cs
- LoadWorkflowByKeyAsyncResult.cs
- HotSpot.cs
- Win32Native.cs
- AttributeEmitter.cs
- LogicalExpr.cs
- TextServicesPropertyRanges.cs
- XmlBinaryWriter.cs
- Vector3DCollectionValueSerializer.cs
- LicenseProviderAttribute.cs
- ActiveXContainer.cs
- DataGridViewTextBoxEditingControl.cs
- relpropertyhelper.cs
- SingleStorage.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- SystemPens.cs
- UnauthorizedAccessException.cs
- JavaScriptSerializer.cs
- RenderData.cs
- TextWriter.cs
- ProcessModule.cs
- GridViewDeleteEventArgs.cs
- UnsafeNativeMethods.cs
- SimpleTextLine.cs
- DurableEnlistmentState.cs
- CodeDomSerializerException.cs
- IdentifierService.cs
- CriticalExceptions.cs
- XPathDescendantIterator.cs
- XmlIterators.cs
- SiteIdentityPermission.cs
- RectAnimationBase.cs
- EraserBehavior.cs
- HotSpotCollection.cs
- CompositeDataBoundControl.cs
- FrameworkContentElement.cs
- ObjectNavigationPropertyMapping.cs
- InkCanvasAutomationPeer.cs
- mda.cs
- ObjectStateFormatter.cs
- WebPartUserCapability.cs
- ExclusiveHandle.cs
- SatelliteContractVersionAttribute.cs
- Oid.cs
- SHA256.cs
- UnionCodeGroup.cs
- SafeArrayTypeMismatchException.cs
- DataGridViewCellPaintingEventArgs.cs
- ComponentEditorForm.cs
- Base64Stream.cs
- glyphs.cs
- BoolExpressionVisitors.cs
- ComponentDispatcher.cs
- EditorBrowsableAttribute.cs
- DetailsViewUpdatedEventArgs.cs
- XamlTreeBuilder.cs
- PrimitiveSchema.cs
- webproxy.cs
- SafeFileMappingHandle.cs
- PointCollectionValueSerializer.cs
- CompilationSection.cs
- DocumentGridPage.cs
- IncrementalReadDecoders.cs
- UnhandledExceptionEventArgs.cs
- AssemblyCollection.cs
- SurrogateChar.cs
- PointLight.cs
- SqlNodeAnnotation.cs
- DataSourceNameHandler.cs
- ForAllOperator.cs
- PageThemeParser.cs
- FunctionImportElement.cs
- InheritanceContextChangedEventManager.cs
- LocatorGroup.cs
- PropertyToken.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- HashMembershipCondition.cs
- ListViewItem.cs
- Evidence.cs
- FontSizeConverter.cs
- MethodBody.cs