Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // // 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
- SecurityContext.cs
- InvalidCastException.cs
- ProcessMessagesAsyncResult.cs
- ExeConfigurationFileMap.cs
- Dispatcher.cs
- RbTree.cs
- GroupByQueryOperator.cs
- AmbientLight.cs
- ISFTagAndGuidCache.cs
- GridViewPageEventArgs.cs
- ThrowHelper.cs
- XmlQualifiedNameTest.cs
- FormViewUpdateEventArgs.cs
- FilteredDataSetHelper.cs
- SByte.cs
- DataServiceProcessingPipelineEventArgs.cs
- ApplicationInfo.cs
- UniqueConstraint.cs
- Vertex.cs
- RIPEMD160Managed.cs
- TextFormatterContext.cs
- Item.cs
- ToolStripOverflow.cs
- SerializationEventsCache.cs
- DebugInfoGenerator.cs
- XmlCustomFormatter.cs
- ProtocolViolationException.cs
- MetadataAssemblyHelper.cs
- _BufferOffsetSize.cs
- Command.cs
- ToolStripControlHost.cs
- ConvertEvent.cs
- Model3D.cs
- EdmItemCollection.cs
- DataServiceQueryOfT.cs
- BitmapImage.cs
- UIHelper.cs
- X509Certificate.cs
- MultiSelectRootGridEntry.cs
- ApplicationSecurityManager.cs
- DataGridViewRowCollection.cs
- PerspectiveCamera.cs
- ZoomPercentageConverter.cs
- PointKeyFrameCollection.cs
- EndPoint.cs
- RelationshipSet.cs
- ObjectTokenCategory.cs
- ParameterReplacerVisitor.cs
- SerializerProvider.cs
- HttpRequestWrapper.cs
- EllipseGeometry.cs
- HTTPRemotingHandler.cs
- DrawingContextWalker.cs
- FaultContractAttribute.cs
- ListViewSelectEventArgs.cs
- DataStreamFromComStream.cs
- TrustLevel.cs
- GridViewSortEventArgs.cs
- TraceSection.cs
- HwndKeyboardInputProvider.cs
- x509store.cs
- CheckPair.cs
- AuthenticatedStream.cs
- HandledEventArgs.cs
- CopyNodeSetAction.cs
- Binding.cs
- Listbox.cs
- IntSecurity.cs
- CustomValidator.cs
- DependencyPropertyHelper.cs
- KnownTypesProvider.cs
- PageOutputQuality.cs
- ObjectMaterializedEventArgs.cs
- UnionCqlBlock.cs
- AVElementHelper.cs
- WebPartTracker.cs
- EntityKey.cs
- CodeCastExpression.cs
- XmlAutoDetectWriter.cs
- WebCategoryAttribute.cs
- ScrollEvent.cs
- TextBoxRenderer.cs
- DBSchemaRow.cs
- MonthCalendarDesigner.cs
- EnumValidator.cs
- PointCollection.cs
- ObjectStorage.cs
- ListItemCollection.cs
- InheritanceAttribute.cs
- WmlObjectListAdapter.cs
- SystemWebSectionGroup.cs
- AdRotator.cs
- DataGridCell.cs
- SQLBinary.cs
- CodeValidator.cs
- BaseTemplateBuildProvider.cs
- _SSPIWrapper.cs
- HttpListenerResponse.cs
- ControlTemplate.cs
- BehaviorEditorPart.cs