Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- QueryCreatedEventArgs.cs
- DataRowComparer.cs
- ObjectStorage.cs
- VBIdentifierDesigner.xaml.cs
- SerializationHelper.cs
- ImageMapEventArgs.cs
- SizeConverter.cs
- AutomationEvent.cs
- TraceListener.cs
- nulltextnavigator.cs
- FormsIdentity.cs
- WithParamAction.cs
- NewItemsContextMenuStrip.cs
- Behavior.cs
- DataShape.cs
- SetState.cs
- ToolStripItemEventArgs.cs
- TypeReference.cs
- TextUtf8RawTextWriter.cs
- CodeAttributeArgument.cs
- HtmlEncodedRawTextWriter.cs
- ProvidersHelper.cs
- PlanCompiler.cs
- SerializationFieldInfo.cs
- DeviceFilterEditorDialog.cs
- FragmentQueryKB.cs
- PageResolution.cs
- WinFormsComponentEditor.cs
- ListDictionary.cs
- Point3DConverter.cs
- Query.cs
- MetabaseServerConfig.cs
- OleDbReferenceCollection.cs
- LocalizableResourceBuilder.cs
- StyleXamlParser.cs
- DocumentPageTextView.cs
- DataColumnSelectionConverter.cs
- MultiPageTextView.cs
- FlowLayout.cs
- RegularExpressionValidator.cs
- WebPartDeleteVerb.cs
- LinearGradientBrush.cs
- GeometryCollection.cs
- PersonalizationStateInfo.cs
- ClientSettings.cs
- MenuCommands.cs
- _HTTPDateParse.cs
- CompositeActivityCodeGenerator.cs
- RawAppCommandInputReport.cs
- __TransparentProxy.cs
- UnsafeNativeMethods.cs
- AccessibleObject.cs
- XmlArrayItemAttributes.cs
- AutoSizeComboBox.cs
- PartManifestEntry.cs
- SystemColors.cs
- shaperfactory.cs
- GridItemPattern.cs
- MailDefinition.cs
- StandardBindingElementCollection.cs
- DataGridViewSelectedColumnCollection.cs
- HostedHttpRequestAsyncResult.cs
- AsyncOperationContext.cs
- MarkupObject.cs
- Mapping.cs
- GenericArgumentsUpdater.cs
- AttachedAnnotationChangedEventArgs.cs
- VirtualPath.cs
- ProfilePropertySettings.cs
- GCHandleCookieTable.cs
- WebEvents.cs
- Size.cs
- RelatedCurrencyManager.cs
- HttpHandlersSection.cs
- IImplicitResourceProvider.cs
- GradientStop.cs
- _NetRes.cs
- TextHidden.cs
- DependentList.cs
- StringBlob.cs
- InheritanceContextHelper.cs
- OdbcConnectionString.cs
- AddingNewEventArgs.cs
- ExecutionEngineException.cs
- HwndPanningFeedback.cs
- CachedPathData.cs
- PolicyManager.cs
- InheritedPropertyChangedEventArgs.cs
- LessThanOrEqual.cs
- TableTextElementCollectionInternal.cs
- smtppermission.cs
- Types.cs
- IItemContainerGenerator.cs
- ConfigXmlCDataSection.cs
- SourceFileBuildProvider.cs
- HealthMonitoringSection.cs
- IISUnsafeMethods.cs
- GroupStyle.cs
- InkSerializer.cs
- SelectionItemProviderWrapper.cs