Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SmiContext.cs
- BindingManagerDataErrorEventArgs.cs
- BooleanFacetDescriptionElement.cs
- tibetanshape.cs
- XmlSchemaAny.cs
- HttpException.cs
- Manipulation.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- MatrixTransform.cs
- DirectoryInfo.cs
- CreateUserErrorEventArgs.cs
- InvalidDataException.cs
- InputReferenceExpression.cs
- TripleDES.cs
- TypeEnumerableViewSchema.cs
- PassportAuthentication.cs
- Rotation3DAnimationBase.cs
- PkcsUtils.cs
- DbInsertCommandTree.cs
- StringResourceManager.cs
- BaseCodePageEncoding.cs
- CookieHandler.cs
- AssemblyUtil.cs
- Fault.cs
- SqlExpander.cs
- MessageQueue.cs
- VBIdentifierName.cs
- EnumMemberAttribute.cs
- AuthorizationRule.cs
- DesigntimeLicenseContextSerializer.cs
- XmlDictionaryReader.cs
- InteropBitmapSource.cs
- XmlSchemaSequence.cs
- GridViewHeaderRowPresenter.cs
- NamedPipeProcessProtocolHandler.cs
- FloaterBaseParaClient.cs
- DataSourceXmlSubItemAttribute.cs
- SqlDataReaderSmi.cs
- TransformProviderWrapper.cs
- GroupDescription.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DependencyPropertyDescriptor.cs
- SmiConnection.cs
- CodeGenerationManager.cs
- DataBoundControlHelper.cs
- CustomAttributeBuilder.cs
- ConditionBrowserDialog.cs
- WSFederationHttpBindingElement.cs
- WindowsPen.cs
- Rect3D.cs
- DbModificationClause.cs
- WebBrowserNavigatingEventHandler.cs
- RankException.cs
- ModifiableIteratorCollection.cs
- ObjectTag.cs
- TypedTableBase.cs
- DoubleCollectionValueSerializer.cs
- UserNameSecurityToken.cs
- FixedPageProcessor.cs
- ScriptManager.cs
- DataGridViewToolTip.cs
- Transactions.cs
- TemplateKey.cs
- streamingZipPartStream.cs
- DocobjHost.cs
- XmlElement.cs
- MessageQueueAccessControlEntry.cs
- ScriptResourceDefinition.cs
- SystemResourceHost.cs
- BaseDataList.cs
- BaseDataListPage.cs
- EntityDataSourceStatementEditorForm.cs
- ToolTipService.cs
- VerticalAlignConverter.cs
- TextHidden.cs
- DesignerAdapterUtil.cs
- EventListenerClientSide.cs
- LineGeometry.cs
- DataGridViewEditingControlShowingEventArgs.cs
- StrokeCollectionConverter.cs
- Font.cs
- TreeChangeInfo.cs
- AsyncResult.cs
- XmlDataImplementation.cs
- UTF32Encoding.cs
- CompiledWorkflowDefinitionContext.cs
- CheckBox.cs
- ToolBarButtonClickEvent.cs
- Storyboard.cs
- SafeEventHandle.cs
- URLMembershipCondition.cs
- ValidationRule.cs
- TransformCryptoHandle.cs
- CustomErrorCollection.cs
- Sequence.cs
- VariableQuery.cs
- TypedTableGenerator.cs
- VerificationException.cs
- HierarchicalDataTemplate.cs
- UserValidatedEventArgs.cs