Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / DataPagerFieldCommandEventArgs.cs / 1305376 / DataPagerFieldCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { public class DataPagerFieldCommandEventArgs : CommandEventArgs { private DataPagerFieldItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public DataPagerFieldCommandEventArgs(DataPagerFieldItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public DataPagerFieldItem Item { get { return _item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Diagnostics.CodeAnalysis; namespace System.Web.UI.WebControls { public class DataPagerFieldCommandEventArgs : CommandEventArgs { private DataPagerFieldItem _item; private object _commandSource; [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "2#")] public DataPagerFieldCommandEventArgs(DataPagerFieldItem item, object commandSource, CommandEventArgs originalArgs) : base(originalArgs) { _item = item; _commandSource = commandSource; } public object CommandSource { get { return _commandSource; } } public DataPagerFieldItem Item { get { return _item; } } } } // 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
- WriteTimeStream.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- CompressedStack.cs
- AnnouncementEndpointElement.cs
- SHA512.cs
- PageSettings.cs
- Monitor.cs
- CodeExpressionStatement.cs
- RsaSecurityTokenAuthenticator.cs
- CompiledQuery.cs
- WindowsListBox.cs
- ReadOnlyHierarchicalDataSourceView.cs
- GridViewSortEventArgs.cs
- BoundPropertyEntry.cs
- ParserOptions.cs
- ThemeInfoAttribute.cs
- GeneralTransformGroup.cs
- Dynamic.cs
- XmlSiteMapProvider.cs
- PropertyConverter.cs
- XmlSchemaImporter.cs
- QilScopedVisitor.cs
- HttpConfigurationSystem.cs
- SerializationFieldInfo.cs
- PreProcessInputEventArgs.cs
- TableProvider.cs
- MultiBinding.cs
- LinqDataSourceView.cs
- ReferenceAssemblyAttribute.cs
- ImageCodecInfoPrivate.cs
- DiffuseMaterial.cs
- ExtractedStateEntry.cs
- AppDomainGrammarProxy.cs
- DesignSurfaceServiceContainer.cs
- SQlBooleanStorage.cs
- XhtmlTextWriter.cs
- Annotation.cs
- MissingMemberException.cs
- Parsers.cs
- TabRenderer.cs
- ToolStripItemClickedEventArgs.cs
- State.cs
- WebColorConverter.cs
- MDIClient.cs
- HtmlInputHidden.cs
- PersonalizationEntry.cs
- EditorZoneBase.cs
- FlowDocumentView.cs
- SQLDateTime.cs
- GAC.cs
- Win32PrintDialog.cs
- NaturalLanguageHyphenator.cs
- TerminatorSinks.cs
- XComponentModel.cs
- DataMisalignedException.cs
- OrthographicCamera.cs
- HtmlInputButton.cs
- SetStoryboardSpeedRatio.cs
- JsonFormatGeneratorStatics.cs
- DataKeyArray.cs
- hebrewshape.cs
- brushes.cs
- SqlVisitor.cs
- ChineseLunisolarCalendar.cs
- FormViewInsertedEventArgs.cs
- GenericWebPart.cs
- ObjectDataSourceView.cs
- DataControlCommands.cs
- baseaxisquery.cs
- Set.cs
- ContextMenuService.cs
- _ListenerAsyncResult.cs
- ScaleTransform3D.cs
- SolidColorBrush.cs
- ComMethodElement.cs
- SQLMoneyStorage.cs
- PointHitTestParameters.cs
- OracleLob.cs
- DataObjectMethodAttribute.cs
- HttpException.cs
- SoapObjectReader.cs
- DateTimeConstantAttribute.cs
- Repeater.cs
- FixedSchema.cs
- DbConnectionPoolGroup.cs
- WebPartsPersonalizationAuthorization.cs
- HostProtectionException.cs
- CommentAction.cs
- IdentityReference.cs
- DropSource.cs
- AttachedAnnotationChangedEventArgs.cs
- CqlIdentifiers.cs
- OrderedDictionary.cs
- SafeReadContext.cs
- CharacterMetrics.cs
- DataListItemEventArgs.cs
- ScriptResourceInfo.cs
- __ConsoleStream.cs
- EmptyReadOnlyDictionaryInternal.cs
- SqlException.cs