Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //Gets the day to render. This property is read-only. ///// 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.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
- Matrix.cs
- DoWhileDesigner.xaml.cs
- GridViewRowPresenter.cs
- BufferedGraphicsManager.cs
- RelationalExpressions.cs
- SimplePropertyEntry.cs
- SystemIPAddressInformation.cs
- HttpCacheVary.cs
- EventBookmark.cs
- DependencyPropertyDescriptor.cs
- WebPartDeleteVerb.cs
- UpdateEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- CodeArgumentReferenceExpression.cs
- UntypedNullExpression.cs
- TableStyle.cs
- WindowsTreeView.cs
- WinEventQueueItem.cs
- SerializationException.cs
- OdbcReferenceCollection.cs
- UserNamePasswordClientCredential.cs
- ThaiBuddhistCalendar.cs
- SourceFileBuildProvider.cs
- PersonalizationStateInfo.cs
- ClientCultureInfo.cs
- DateTimeFormatInfo.cs
- Compilation.cs
- PerfService.cs
- PartBasedPackageProperties.cs
- PanelStyle.cs
- RightsManagementLicense.cs
- ListParaClient.cs
- CompiledIdentityConstraint.cs
- CombinedGeometry.cs
- StoryFragments.cs
- MenuEventArgs.cs
- BuildManager.cs
- Configuration.cs
- ExpressionBindingCollection.cs
- SqlDataSourceDesigner.cs
- DetailsViewInsertEventArgs.cs
- Typography.cs
- AspNetPartialTrustHelpers.cs
- UserCancellationException.cs
- RecognizerInfo.cs
- ScriptReferenceBase.cs
- ListSourceHelper.cs
- WebColorConverter.cs
- SharedConnectionWorkflowTransactionService.cs
- CompensationDesigner.cs
- CollectionChangeEventArgs.cs
- SessionStateUtil.cs
- SiteMapHierarchicalDataSourceView.cs
- ViewManagerAttribute.cs
- RenderContext.cs
- XamlStream.cs
- RealizationDrawingContextWalker.cs
- TerminatorSinks.cs
- XmlArrayAttribute.cs
- FlowchartStart.xaml.cs
- ServiceElementCollection.cs
- DataViewManagerListItemTypeDescriptor.cs
- COM2EnumConverter.cs
- XdrBuilder.cs
- FastPropertyAccessor.cs
- CodeIdentifier.cs
- TypedElement.cs
- URLString.cs
- RuntimeConfigurationRecord.cs
- Empty.cs
- PermissionSetTriple.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- AssemblySettingAttributes.cs
- ClientScriptManagerWrapper.cs
- ConnectivityStatus.cs
- TraceContextEventArgs.cs
- SizeValueSerializer.cs
- IDQuery.cs
- RegisteredHiddenField.cs
- Decoder.cs
- Int64.cs
- OpCopier.cs
- QueryCacheManager.cs
- LoginDesigner.cs
- SemaphoreFullException.cs
- Win32KeyboardDevice.cs
- SspiNegotiationTokenAuthenticatorState.cs
- DataGridCommandEventArgs.cs
- EventItfInfo.cs
- SystemIPInterfaceStatistics.cs
- FilteredXmlReader.cs
- ListenerConstants.cs
- WeakEventManager.cs
- HtmlTernaryTree.cs
- TypeLoadException.cs
- TypedColumnHandler.cs
- HostedBindingBehavior.cs
- XmlTextAttribute.cs
- Freezable.cs
- AsymmetricKeyExchangeFormatter.cs