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
- DrawingAttributesDefaultValueFactory.cs
- wmiprovider.cs
- LoginName.cs
- BuildProvider.cs
- FixedSchema.cs
- SendSecurityHeaderElementContainer.cs
- PersistenceTypeAttribute.cs
- SessionEndingEventArgs.cs
- CodePrimitiveExpression.cs
- RepeaterCommandEventArgs.cs
- FixedSOMGroup.cs
- SessionStateContainer.cs
- OneOfElement.cs
- SafeLocalAllocation.cs
- SqlCommand.cs
- UserControl.cs
- Rect3DValueSerializer.cs
- CustomPeerResolverService.cs
- ContainerControl.cs
- MenuAutomationPeer.cs
- DependentList.cs
- SystemNetHelpers.cs
- PartialToken.cs
- UnsettableComboBox.cs
- ErrorWebPart.cs
- FixedSOMTableCell.cs
- LiteralControl.cs
- WebPartEventArgs.cs
- ReferencedCollectionType.cs
- ManagementOperationWatcher.cs
- SQLMoneyStorage.cs
- BamlResourceContent.cs
- FixedDocumentSequencePaginator.cs
- LocationFactory.cs
- HitTestWithGeometryDrawingContextWalker.cs
- RegisteredExpandoAttribute.cs
- ZipIOLocalFileDataDescriptor.cs
- SqlCacheDependencyDatabase.cs
- EventLogEntryCollection.cs
- QueryOutputWriter.cs
- ObjectStateEntry.cs
- FactoryId.cs
- BaseDataListComponentEditor.cs
- ClientUtils.cs
- TempFiles.cs
- SqlNotificationEventArgs.cs
- SelectionRangeConverter.cs
- EdmMember.cs
- IconHelper.cs
- TemplateControl.cs
- CacheEntry.cs
- SoapExtensionStream.cs
- XmlBinaryWriter.cs
- CodeIndexerExpression.cs
- EncoderNLS.cs
- AcceleratedTokenProviderState.cs
- CommandDevice.cs
- DynamicActivityProperty.cs
- HtmlMeta.cs
- PropertyConverter.cs
- WorkflowApplicationCompletedEventArgs.cs
- TextParagraphProperties.cs
- CodeDelegateInvokeExpression.cs
- DataServiceConfiguration.cs
- DebugView.cs
- AuthenticationService.cs
- XmlSerializerSection.cs
- HttpListenerRequest.cs
- Formatter.cs
- LongCountAggregationOperator.cs
- Psha1DerivedKeyGeneratorHelper.cs
- CommandBindingCollection.cs
- Configuration.cs
- DataBoundControlAdapter.cs
- GridView.cs
- ProcessHost.cs
- MeasurementDCInfo.cs
- ElementNotEnabledException.cs
- TitleStyle.cs
- WorkerRequest.cs
- DateTimeStorage.cs
- Form.cs
- EventLogEntryCollection.cs
- DefaultTextStore.cs
- ContainerControl.cs
- ComponentDispatcherThread.cs
- CapacityStreamGeometryContext.cs
- ReferenceService.cs
- NumericPagerField.cs
- TargetPerspective.cs
- SmtpSection.cs
- SchemaImporterExtensionElement.cs
- SystemMulticastIPAddressInformation.cs
- TagMapCollection.cs
- ActivationServices.cs
- VerificationAttribute.cs
- WebBrowsableAttribute.cs
- ExpressionPrefixAttribute.cs
- StateMachine.cs
- WindowsSlider.cs