Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DayRenderEvent.cs / 1 / DayRenderEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class DayRenderEventArgs { CalendarDay day; TableCell cell; string selectUrl; ///Provides data for the ///event of a . /// /// public DayRenderEventArgs(TableCell cell, CalendarDay day) { this.day = day; this.cell = cell; } public DayRenderEventArgs(TableCell cell, CalendarDay day, string selectUrl) { this.day = day; this.cell = cell; this.selectUrl = selectUrl; } ///Initializes a new instance of the ///class. /// public TableCell Cell { get { return cell; } } ///Gets the cell that contains the day. This property is read-only. ////// public CalendarDay Day { get { return day; } } public string SelectUrl { get { return selectUrl; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the day to render. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SortedDictionary.cs
- SettingsPropertyNotFoundException.cs
- FilterQuery.cs
- CompositeActivityTypeDescriptorProvider.cs
- Model3DCollection.cs
- EntityPropertyMappingAttribute.cs
- QueryResponse.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- MultilineStringConverter.cs
- HostingEnvironment.cs
- ModelUIElement3D.cs
- BitmapFrameDecode.cs
- DiscreteKeyFrames.cs
- ToolboxItemFilterAttribute.cs
- storagemappingitemcollection.viewdictionary.cs
- InputScope.cs
- _CookieModule.cs
- PropertyDescriptorComparer.cs
- FaultCallbackWrapper.cs
- _RequestCacheProtocol.cs
- GifBitmapEncoder.cs
- oledbconnectionstring.cs
- SchemaNamespaceManager.cs
- CalendarAutomationPeer.cs
- CodeObjectCreateExpression.cs
- ActivityCodeDomSerializationManager.cs
- DataServiceHost.cs
- ConstraintEnumerator.cs
- WebPermission.cs
- RegexWriter.cs
- BuildProviderAppliesToAttribute.cs
- GridViewColumnHeaderAutomationPeer.cs
- IntPtr.cs
- Pens.cs
- NameValueCollection.cs
- QuotedPairReader.cs
- ProcessHostServerConfig.cs
- WmfPlaceableFileHeader.cs
- DataViewManager.cs
- TypeLoader.cs
- SafePipeHandle.cs
- IisTraceListener.cs
- SqlCacheDependencySection.cs
- Types.cs
- XmlUtilWriter.cs
- ReturnEventArgs.cs
- StronglyTypedResourceBuilder.cs
- StructuralCache.cs
- SchemaDeclBase.cs
- CompositeFontParser.cs
- ProxyAssemblyNotLoadedException.cs
- FigureParaClient.cs
- WebBrowserNavigatingEventHandler.cs
- MatrixTransform3D.cs
- SqlUserDefinedAggregateAttribute.cs
- XmlSchemaImporter.cs
- ProgressPage.cs
- MenuItem.cs
- DataGridViewCellEventArgs.cs
- ToolStripPanelRow.cs
- ContractMapping.cs
- BrowserCapabilitiesCodeGenerator.cs
- StringPropertyBuilder.cs
- AuthorizationRule.cs
- x509store.cs
- complextypematerializer.cs
- DataGridViewColumnCollectionEditor.cs
- PropertyValueChangedEvent.cs
- JoinCqlBlock.cs
- XPathNodePointer.cs
- RegexStringValidatorAttribute.cs
- FigureParaClient.cs
- StorageFunctionMapping.cs
- DataGridRowHeaderAutomationPeer.cs
- SqlClientWrapperSmiStream.cs
- ItemsControl.cs
- SoundPlayer.cs
- WebPartDisplayModeEventArgs.cs
- CompositeActivityMarkupSerializer.cs
- Permission.cs
- Pair.cs
- FacetEnabledSchemaElement.cs
- ButtonBaseAdapter.cs
- _HeaderInfo.cs
- categoryentry.cs
- RegionIterator.cs
- ApplicationSecurityInfo.cs
- PixelFormatConverter.cs
- Visual3DCollection.cs
- SuppressIldasmAttribute.cs
- ProxyManager.cs
- FlowDocument.cs
- CompositeControl.cs
- ProtectedProviderSettings.cs
- SystemResources.cs
- ResourcePool.cs
- QuaternionConverter.cs
- SqlConnectionPoolProviderInfo.cs
- EventLogLink.cs
- XmlQueryCardinality.cs