Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }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
- LinkLabelLinkClickedEvent.cs
- CurrentChangedEventManager.cs
- SqlNamer.cs
- ComboBoxRenderer.cs
- EmptyControlCollection.cs
- KnowledgeBase.cs
- MultiTrigger.cs
- CompositeScriptReference.cs
- XmlSchemaAll.cs
- HttpApplicationFactory.cs
- _ConnectionGroup.cs
- SafeSystemMetrics.cs
- PolyLineSegment.cs
- FrameworkRichTextComposition.cs
- VerticalAlignConverter.cs
- AggregationMinMaxHelpers.cs
- TransformerInfoCollection.cs
- TcpTransportManager.cs
- OptimalBreakSession.cs
- InvalidFilterCriteriaException.cs
- ListItemCollection.cs
- ValueConversionAttribute.cs
- WindowsProgressbar.cs
- Formatter.cs
- FormViewDeleteEventArgs.cs
- FileDataSourceCache.cs
- sapiproxy.cs
- ActionMessageFilterTable.cs
- WindowInteractionStateTracker.cs
- FixUp.cs
- GridItemPatternIdentifiers.cs
- ByteAnimationBase.cs
- DynamicRenderer.cs
- DispatcherSynchronizationContext.cs
- InteropEnvironment.cs
- Publisher.cs
- DesignerDataConnection.cs
- SqlRewriteScalarSubqueries.cs
- WebPartRestoreVerb.cs
- EntityViewGenerationAttribute.cs
- TemplatedMailWebEventProvider.cs
- DataSourceProvider.cs
- GridItem.cs
- SQLUtility.cs
- AbstractSvcMapFileLoader.cs
- IsolationInterop.cs
- CategoriesDocumentFormatter.cs
- TextServicesCompartmentContext.cs
- BitmapMetadataBlob.cs
- WindowsTreeView.cs
- FixUp.cs
- DocumentSequence.cs
- HostingEnvironmentException.cs
- SoapIncludeAttribute.cs
- ProcessHost.cs
- GregorianCalendar.cs
- ParameterCollectionEditor.cs
- ConfigurationLocation.cs
- SendKeys.cs
- XmlSiteMapProvider.cs
- ReadOnlyDataSourceView.cs
- Rotation3DAnimationBase.cs
- OutArgument.cs
- HttpClientChannel.cs
- Label.cs
- SBCSCodePageEncoding.cs
- ISAPIRuntime.cs
- CheckBoxList.cs
- XPathNavigatorReader.cs
- GrammarBuilderDictation.cs
- FastEncoderStatics.cs
- EdmItemCollection.cs
- FixedDocument.cs
- BaseServiceProvider.cs
- CodeTryCatchFinallyStatement.cs
- Application.cs
- Missing.cs
- MessageBox.cs
- SpellerInterop.cs
- KeyBinding.cs
- MembershipUser.cs
- CodeTypeReference.cs
- CleanUpVirtualizedItemEventArgs.cs
- ProxyWebPart.cs
- TextEndOfLine.cs
- Funcletizer.cs
- BaseProcessor.cs
- BitmapCodecInfo.cs
- DiscoveryReference.cs
- WindowsComboBox.cs
- TypeDescriptor.cs
- CoTaskMemHandle.cs
- FtpCachePolicyElement.cs
- _RequestLifetimeSetter.cs
- WebSysDisplayNameAttribute.cs
- XmlSerializerSection.cs
- FloaterBaseParaClient.cs
- SelectionProviderWrapper.cs
- MLangCodePageEncoding.cs