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
- TableLayoutRowStyleCollection.cs
- HeaderedContentControl.cs
- WindowProviderWrapper.cs
- HandleRef.cs
- FixedSOMTableRow.cs
- EnumerableRowCollection.cs
- ClientSponsor.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WSSecurityTokenSerializer.cs
- IOException.cs
- PaperSource.cs
- SchemaName.cs
- Binding.cs
- SpeakProgressEventArgs.cs
- DataObjectMethodAttribute.cs
- WorkflowRuntimeService.cs
- RSATokenProvider.cs
- AppDomainUnloadedException.cs
- SpotLight.cs
- DragDrop.cs
- SpeechAudioFormatInfo.cs
- DataColumnPropertyDescriptor.cs
- ProtocolElementCollection.cs
- Int32KeyFrameCollection.cs
- CacheForPrimitiveTypes.cs
- ImageInfo.cs
- RequestQueue.cs
- xml.cs
- ApplicationServiceManager.cs
- CharacterBufferReference.cs
- TraceHandler.cs
- DynamicMetaObject.cs
- SQLString.cs
- MatrixTransform3D.cs
- InstalledVoice.cs
- SqlProviderUtilities.cs
- ScrollChrome.cs
- FormatException.cs
- _LoggingObject.cs
- ServiceOperationParameter.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ReplacementText.cs
- Comparer.cs
- Menu.cs
- SimpleType.cs
- SqlCachedBuffer.cs
- CacheMemory.cs
- BulletedList.cs
- EntityException.cs
- FontFamilyIdentifier.cs
- DefaultSettingsSection.cs
- LinqDataSourceUpdateEventArgs.cs
- SpellerError.cs
- Native.cs
- hwndwrapper.cs
- LineGeometry.cs
- CancelEventArgs.cs
- ListItemParagraph.cs
- _UriSyntax.cs
- XmlSchemaSearchPattern.cs
- DesignOnlyAttribute.cs
- DbDataReader.cs
- RegexGroup.cs
- TextTreeFixupNode.cs
- HttpPostedFileWrapper.cs
- StructuralType.cs
- PopOutPanel.cs
- GlyphingCache.cs
- NumericUpDownAccelerationCollection.cs
- FlowDocumentPage.cs
- DataGridRowClipboardEventArgs.cs
- WebConfigurationHostFileChange.cs
- SwitchExpression.cs
- XmlAttributeProperties.cs
- Keyboard.cs
- RowToFieldTransformer.cs
- HandlerElement.cs
- FileEnumerator.cs
- ServiceConfigurationTraceRecord.cs
- RpcCryptoContext.cs
- SoapAttributeOverrides.cs
- HttpServerVarsCollection.cs
- PackWebResponse.cs
- FrameworkTextComposition.cs
- MenuItemStyleCollectionEditor.cs
- ColorAnimationUsingKeyFrames.cs
- UInt16.cs
- NameSpaceExtractor.cs
- Classification.cs
- SimpleRecyclingCache.cs
- LocationReferenceEnvironment.cs
- MergeFilterQuery.cs
- DataGridViewHitTestInfo.cs
- ControllableStoryboardAction.cs
- StateBag.cs
- SecurityToken.cs
- TextEndOfLine.cs
- BitmapData.cs
- RawAppCommandInputReport.cs