Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / LoadItemsEventArgs.cs / 1305376 / LoadItemsEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Load Items event arguments. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class LoadItemsEventArgs : EventArgs { /// public LoadItemsEventArgs(int index, int count) { _itemIndex = index; _itemCount = count; } private int _itemIndex; /// public int ItemIndex { get { return _itemIndex; } } private int _itemCount; /// public int ItemCount { get { return _itemCount; } } } } // 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
- ParameterInfo.cs
- IResourceProvider.cs
- ExtenderProvidedPropertyAttribute.cs
- CustomWebEventKey.cs
- UpWmlPageAdapter.cs
- WebOperationContext.cs
- UnsafeNativeMethods.cs
- ProtectedProviderSettings.cs
- StickyNote.cs
- UInt64Converter.cs
- SafePipeHandle.cs
- OdbcEnvironmentHandle.cs
- QueryRewriter.cs
- WebZone.cs
- DataGridAutomationPeer.cs
- QueryRewriter.cs
- RequestCachePolicy.cs
- PropertyPathWorker.cs
- TypeDescriptionProvider.cs
- ListSourceHelper.cs
- FormatterConverter.cs
- DictionarySurrogate.cs
- UserControl.cs
- Transform.cs
- ReadWriteObjectLock.cs
- Win32.cs
- Binding.cs
- IsolatedStorageException.cs
- RuleSet.cs
- Int16KeyFrameCollection.cs
- MessageLoggingFilterTraceRecord.cs
- PenContexts.cs
- ReadOnlyHierarchicalDataSourceView.cs
- BufferedWebEventProvider.cs
- MessageVersion.cs
- BitmapCodecInfo.cs
- SqlCrossApplyToCrossJoin.cs
- SQLBinaryStorage.cs
- MessageBuffer.cs
- SchemaInfo.cs
- ToolStripGripRenderEventArgs.cs
- Tablet.cs
- iisPickupDirectory.cs
- XamlSerializationHelper.cs
- XdrBuilder.cs
- Byte.cs
- SqlFunctions.cs
- MatrixStack.cs
- Timer.cs
- mongolianshape.cs
- SqlNode.cs
- Operators.cs
- HttpSessionStateBase.cs
- CapiSafeHandles.cs
- DefaultProxySection.cs
- SqlPersonalizationProvider.cs
- WebPartChrome.cs
- TransformedBitmap.cs
- PostBackOptions.cs
- Vector.cs
- ISessionStateStore.cs
- TextEditor.cs
- HtmlShimManager.cs
- WindowsTitleBar.cs
- ExtractCollection.cs
- SchemaImporterExtensionElement.cs
- DesignerGeometryHelper.cs
- ThemeDirectoryCompiler.cs
- CapabilitiesState.cs
- Binding.cs
- MarshalByValueComponent.cs
- ClearCollection.cs
- ProcessInputEventArgs.cs
- Pair.cs
- EntityConnection.cs
- StsCommunicationException.cs
- Converter.cs
- DrawingBrush.cs
- XmlSchemaComplexContentExtension.cs
- CodeCatchClauseCollection.cs
- FileNotFoundException.cs
- RenderData.cs
- DataMisalignedException.cs
- NestedContainer.cs
- DataGridCellItemAutomationPeer.cs
- TaskSchedulerException.cs
- ContextToken.cs
- TextAction.cs
- HostnameComparisonMode.cs
- SslStreamSecurityBindingElement.cs
- FormParameter.cs
- XmlMemberMapping.cs
- NetworkStream.cs
- ColumnResult.cs
- StaticSiteMapProvider.cs
- ImageSource.cs
- ProcessHost.cs
- CollectionBase.cs
- EventToken.cs
- WebPartZoneCollection.cs