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
- FilterException.cs
- SmiContextFactory.cs
- SqlAliasesReferenced.cs
- LowerCaseStringConverter.cs
- ParagraphResult.cs
- SqlDataSourceCommandEventArgs.cs
- TypeReference.cs
- BaseHashHelper.cs
- DummyDataSource.cs
- InternalResources.cs
- Brush.cs
- IOThreadTimer.cs
- TriggerActionCollection.cs
- UnsafeNativeMethods.cs
- SqlBooleanizer.cs
- Crc32.cs
- WebHttpBindingCollectionElement.cs
- X509Utils.cs
- CodeCastExpression.cs
- SynchronizationFilter.cs
- CssTextWriter.cs
- TextBoxAutoCompleteSourceConverter.cs
- AssertFilter.cs
- ToggleButtonAutomationPeer.cs
- InternalDispatchObject.cs
- VScrollProperties.cs
- AmbientLight.cs
- Resources.Designer.cs
- MemberRelationshipService.cs
- UriWriter.cs
- MessageAction.cs
- DynamicActionMessageFilter.cs
- ApplicationActivator.cs
- ReadWriteSpinLock.cs
- XmlSchemaAnnotated.cs
- SurrogateChar.cs
- TableLayoutColumnStyleCollection.cs
- BaseTemplateBuildProvider.cs
- ColorAnimationUsingKeyFrames.cs
- ProxyGenerator.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- ArgumentNullException.cs
- DataGridViewColumnCollection.cs
- CrossContextChannel.cs
- XmlSignatureManifest.cs
- Hyperlink.cs
- MaskInputRejectedEventArgs.cs
- PolyBezierSegmentFigureLogic.cs
- HttpApplication.cs
- Token.cs
- UIHelper.cs
- DbConnectionFactory.cs
- PeerObject.cs
- SpellerInterop.cs
- ControlBuilderAttribute.cs
- WebPartMinimizeVerb.cs
- PageCodeDomTreeGenerator.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- XmlNavigatorStack.cs
- DbProviderFactory.cs
- RightNameExpirationInfoPair.cs
- CDSsyncETWBCLProvider.cs
- ObfuscateAssemblyAttribute.cs
- ListGeneralPage.cs
- QilDataSource.cs
- Expression.cs
- WebReferencesBuildProvider.cs
- KernelTypeValidation.cs
- TrimSurroundingWhitespaceAttribute.cs
- FilteredReadOnlyMetadataCollection.cs
- TypeDefinition.cs
- BStrWrapper.cs
- SplashScreen.cs
- WebPartEditorOkVerb.cs
- HTTPAPI_VERSION.cs
- SHA384Managed.cs
- OciHandle.cs
- ViewEventArgs.cs
- TrustLevelCollection.cs
- HitTestDrawingContextWalker.cs
- ComponentCommands.cs
- PropertyGeneratedEventArgs.cs
- SystemIPGlobalStatistics.cs
- TemplatedMailWebEventProvider.cs
- DbConnectionHelper.cs
- Vector3dCollection.cs
- FontFamily.cs
- ManagementException.cs
- DeclaredTypeValidator.cs
- DataSetUtil.cs
- EntityProviderFactory.cs
- HtmlTableRowCollection.cs
- DataGridViewRowStateChangedEventArgs.cs
- ClientFormsAuthenticationMembershipProvider.cs
- CheckPair.cs
- ReflectPropertyDescriptor.cs
- XDeferredAxisSource.cs
- SimpleApplicationHost.cs
- MemberMemberBinding.cs
- HashMembershipCondition.cs