Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DataGridViewColumnConverter.cs
- EventBuilder.cs
- CurrentChangingEventManager.cs
- Trigger.cs
- ControlCachePolicy.cs
- AccessibleObject.cs
- Membership.cs
- ReaderOutput.cs
- ColorContext.cs
- DesignTimeSiteMapProvider.cs
- DllHostedComPlusServiceHost.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- RightsManagementUser.cs
- DataGridViewCellParsingEventArgs.cs
- PartialList.cs
- OdbcDataReader.cs
- XmlDataLoader.cs
- BindingUtils.cs
- TypedTableGenerator.cs
- OperationInvokerTrace.cs
- FactoryMaker.cs
- MaxValueConverter.cs
- FamilyTypefaceCollection.cs
- Preprocessor.cs
- MouseActionConverter.cs
- EventDescriptorCollection.cs
- ParserOptions.cs
- MenuItemStyle.cs
- Membership.cs
- DbFunctionCommandTree.cs
- LogWriteRestartAreaAsyncResult.cs
- EdmFunction.cs
- PropertyMapper.cs
- UpdateRecord.cs
- MethodCallTranslator.cs
- JsonSerializer.cs
- ProgressPage.cs
- DefaultDiscoveryService.cs
- ApplicationCommands.cs
- MimeTypePropertyAttribute.cs
- ProfilePropertyNameValidator.cs
- GroupItem.cs
- RuntimeWrappedException.cs
- HttpsChannelListener.cs
- FontFaceLayoutInfo.cs
- EntityClientCacheEntry.cs
- SortableBindingList.cs
- WorkflowService.cs
- BeginGetFileNameFromUserRequest.cs
- ArgumentException.cs
- SiteMapNodeCollection.cs
- VisualStyleElement.cs
- StringBuilder.cs
- Serializer.cs
- WebCategoryAttribute.cs
- odbcmetadatacollectionnames.cs
- OletxTransactionHeader.cs
- ScaleTransform.cs
- FilterQueryOptionExpression.cs
- BindingExpressionUncommonField.cs
- xamlnodes.cs
- DetailsViewPageEventArgs.cs
- ReadOnlyAttribute.cs
- Int32KeyFrameCollection.cs
- Convert.cs
- EdmItemError.cs
- SqlFormatter.cs
- comcontractssection.cs
- SqlMetaData.cs
- HtmlTableRow.cs
- DataSourceXmlSubItemAttribute.cs
- AudioFormatConverter.cs
- WindowsListViewSubItem.cs
- XmlNode.cs
- DesignObjectWrapper.cs
- CompilerHelpers.cs
- ErrorWebPart.cs
- ZipIOModeEnforcingStream.cs
- StreamGeometry.cs
- Transform3DCollection.cs
- Rijndael.cs
- Transform.cs
- ControlBuilderAttribute.cs
- StorageFunctionMapping.cs
- DBConnectionString.cs
- StorageAssociationTypeMapping.cs
- HybridWebProxyFinder.cs
- SourceFileBuildProvider.cs
- CompilationLock.cs
- WorkflowRuntimeSection.cs
- DirtyTextRange.cs
- cache.cs
- CodeTypeReference.cs
- DesignerLoader.cs
- StatusBarItem.cs
- TraceContextEventArgs.cs
- TextRunProperties.cs
- XmlAnyElementAttribute.cs
- DataListItemEventArgs.cs
- CultureInfo.cs