Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / DataGridRowEventArgs.cs / 1305600 / DataGridRowEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Windows; namespace System.Windows.Controls { public class DataGridRowEventArgs : EventArgs { public DataGridRowEventArgs(DataGridRow row) { Row = row; } 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 DataGridRowEventArgs : EventArgs { public DataGridRowEventArgs(DataGridRow row) { Row = row; } 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
- WebBrowserSiteBase.cs
- WaitHandleCannotBeOpenedException.cs
- SchemaConstraints.cs
- PrintControllerWithStatusDialog.cs
- IdleTimeoutMonitor.cs
- manifestimages.cs
- CalendarAutoFormat.cs
- FieldNameLookup.cs
- StreamResourceInfo.cs
- XmlTypeAttribute.cs
- DotExpr.cs
- StyleTypedPropertyAttribute.cs
- ByteStreamMessageEncoderFactory.cs
- HwndStylusInputProvider.cs
- RsaKeyIdentifierClause.cs
- XmlBoundElement.cs
- AudioFileOut.cs
- TextComposition.cs
- OdbcEnvironmentHandle.cs
- DescriptionAttribute.cs
- SqlAliaser.cs
- SHA256Managed.cs
- RequestTimeoutManager.cs
- CodeArrayCreateExpression.cs
- TraceXPathNavigator.cs
- ControlBuilderAttribute.cs
- AuthenticationManager.cs
- MediaElement.cs
- AutomationFocusChangedEventArgs.cs
- MissingSatelliteAssemblyException.cs
- OdbcParameterCollection.cs
- LoadedOrUnloadedOperation.cs
- XmlCharacterData.cs
- Opcode.cs
- RtfControls.cs
- ProcessHostMapPath.cs
- AsyncCallback.cs
- Ref.cs
- LazyTextWriterCreator.cs
- RoutedPropertyChangedEventArgs.cs
- FormsAuthenticationEventArgs.cs
- SuppressMessageAttribute.cs
- PerformanceCountersElement.cs
- XmlImplementation.cs
- VariableQuery.cs
- XmlEnumAttribute.cs
- WeakHashtable.cs
- SpellerError.cs
- AsyncSerializedWorker.cs
- PeerPresenceInfo.cs
- CaretElement.cs
- WebReferenceOptions.cs
- ParsedAttributeCollection.cs
- DataListCommandEventArgs.cs
- DataGridRowHeaderAutomationPeer.cs
- DataGridViewColumnTypePicker.cs
- Empty.cs
- ProfileGroupSettings.cs
- XmlSchemaInfo.cs
- CollectionViewGroup.cs
- VisemeEventArgs.cs
- HttpRequestTraceRecord.cs
- ValidationHelper.cs
- StreamReader.cs
- ViewStateException.cs
- SerializerWriterEventHandlers.cs
- ZoneIdentityPermission.cs
- CacheForPrimitiveTypes.cs
- XmlLanguageConverter.cs
- EnumBuilder.cs
- XamlSerializerUtil.cs
- FormsAuthenticationModule.cs
- DrawingServices.cs
- RoutedEventArgs.cs
- DbProviderConfigurationHandler.cs
- DPCustomTypeDescriptor.cs
- ClockController.cs
- ExpressionLexer.cs
- EarlyBoundInfo.cs
- XmlWriter.cs
- CharAnimationBase.cs
- DesignTimeXamlWriter.cs
- InternalCache.cs
- BamlBinaryWriter.cs
- CodeAssignStatement.cs
- Command.cs
- ErrorHandler.cs
- BufferModeSettings.cs
- SecurityException.cs
- RSACryptoServiceProvider.cs
- StyleModeStack.cs
- ConfigurationValue.cs
- WebZone.cs
- SimpleModelProvider.cs
- StateManagedCollection.cs
- SamlAction.cs
- DriveInfo.cs
- EventRoute.cs
- TransformerInfoCollection.cs
- EntityDataSourceDesignerHelper.cs