Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / DataGridRowDetailsEventArgs.cs / 1305600 / DataGridRowDetailsEventArgs.cs
//----------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//---------------------------------------------------------------------------
using System;
using System.Windows;
namespace System.Windows.Controls
{
public class DataGridRowDetailsEventArgs : EventArgs
{
public DataGridRowDetailsEventArgs(DataGridRow row, FrameworkElement detailsElement)
{
Row = row;
DetailsElement = detailsElement;
}
public FrameworkElement DetailsElement
{
get; private set;
}
public DataGridRow Row
{
get; private set;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ServiceModelConfigurationSectionCollection.cs
- DataGridViewTextBoxEditingControl.cs
- PlanCompiler.cs
- DoubleAverageAggregationOperator.cs
- ServerTooBusyException.cs
- ControlPropertyNameConverter.cs
- DBPropSet.cs
- NominalTypeEliminator.cs
- PolyLineSegment.cs
- SplitterPanelDesigner.cs
- Events.cs
- ScrollChrome.cs
- SqlServer2KCompatibilityCheck.cs
- bindurihelper.cs
- TrackingExtract.cs
- TemplateContent.cs
- RectangleHotSpot.cs
- VerificationException.cs
- LogArchiveSnapshot.cs
- TrackingDataItemValue.cs
- Vector3DAnimation.cs
- TextTreeTextBlock.cs
- DBCommandBuilder.cs
- GuidelineSet.cs
- WebSysDisplayNameAttribute.cs
- HttpHeaderCollection.cs
- FrameworkContentElement.cs
- StringResourceManager.cs
- TemplateLookupAction.cs
- ReverseInheritProperty.cs
- PhysicalAddress.cs
- FlowDocumentReaderAutomationPeer.cs
- Not.cs
- JapaneseLunisolarCalendar.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ParentQuery.cs
- IApplicationTrustManager.cs
- ComponentManagerBroker.cs
- AssociationTypeEmitter.cs
- OperationResponse.cs
- LogSwitch.cs
- XmlCompatibilityReader.cs
- GPPOINTF.cs
- SslSecurityTokenParameters.cs
- DataServiceHost.cs
- URLString.cs
- MultiDataTrigger.cs
- SchemeSettingElement.cs
- FloatUtil.cs
- EDesignUtil.cs
- TypefaceMetricsCache.cs
- UIElement.cs
- PolyLineSegment.cs
- RegexCaptureCollection.cs
- MaterializeFromAtom.cs
- Stylus.cs
- WizardForm.cs
- DataControlImageButton.cs
- ToolStripSplitStackLayout.cs
- UserControlDesigner.cs
- XmlSchemaComplexContent.cs
- ListControl.cs
- HtmlMeta.cs
- RectAnimationUsingKeyFrames.cs
- SimpleRecyclingCache.cs
- tibetanshape.cs
- TextEffect.cs
- AlphaSortedEnumConverter.cs
- CultureTable.cs
- StoreContentChangedEventArgs.cs
- BuiltInExpr.cs
- DataGridClipboardHelper.cs
- ValidationErrorCollection.cs
- SplitContainer.cs
- GenericTypeParameterBuilder.cs
- ConfigXmlCDataSection.cs
- ListControl.cs
- Assert.cs
- LicFileLicenseProvider.cs
- AsymmetricAlgorithm.cs
- FormatException.cs
- Operator.cs
- SafeLibraryHandle.cs
- arc.cs
- AutomationPatternInfo.cs
- UserMapPath.cs
- TagPrefixInfo.cs
- ViewLoader.cs
- FormsIdentity.cs
- BuildResultCache.cs
- COM2PictureConverter.cs
- AnnotationComponentManager.cs
- Size.cs
- VarInfo.cs
- ConsoleCancelEventArgs.cs
- SQLSingle.cs
- CombinedGeometry.cs
- DispatcherEventArgs.cs
- JsonFormatMapping.cs
- PartitionResolver.cs